IVsTaskProvider3.GetProviderFlags – metoda (UInt32)
Vrátí příznaky chování pro tohoto zprostředkovatele.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int GetProviderFlags(
out uint tpfFlags
)
int GetProviderFlags(
[OutAttribute] unsigned int% tpfFlags
)
abstract GetProviderFlags :
tpfFlags:uint32 byref -> int
Function GetProviderFlags (
<OutAttribute> ByRef tpfFlags As UInteger
) As Integer
Parametry
- tpfFlags
[výstup] Ukazatel na objekt typu VSTASKPROVIDERFLAGS.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell80.idl:
HRESULT IVsTaskProvider3::GetProviderFlags(
[out] VSTASKPROVIDERFLAGS* tpfFlags
);
Viz také
IVsTaskProvider3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek