Metoda IVsUserContext.RemoveAttribute — (String, String)
Usuwa atrybut lub słowo kluczowe ze zbioru kontekstu lub kontekst podrzędny.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int RemoveAttribute(
string szName,
string szValue
)
int RemoveAttribute(
String^ szName,
String^ szValue
)
abstract RemoveAttribute :
szName:string *
szValue:string -> int
Function RemoveAttribute (
szName As String,
szValue As String
) As Integer
Parametry
szName
Type: System.String[in] Nazwa atrybutu lub słowa kluczowego do usunięcia.
szValue
Type: System.String[in] Wartość do usunięcia atrybutu.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Uwagi
Podpis COM
Z context.idl:
HRESULT IVsUserContext::RemoveAttribute(
[in] LPCOLESTR szName,
[in] LPCOLESTR szValue
);
Wywoływanie IVsUserContext.RemoveAttribute(szName, null) usuwa wszystkie wartości dla atrybutu danego; wywoływania IVsUserContext.RemoveAttribute(null, null) usuwa wszystkie atrybuty ze zbioru kontekstu.
Użyj RemoveAttributeIncludeChildren Metoda również usunąć atrybutów lub słowa kluczowe z skojarzony kontekst podrzędny zbiór lub zbiory.
Zobacz też
Interfejs IVsUserContext
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku