Udostępnij za pośrednictwem


Metoda IVsTaskProvider3.GetProviderFlags — (UInt32)

 

Zwraca wartość flagi zachowania dla tego dostawcy.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.8.0 (w Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Składnia

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
    Type: System.UInt32

    [out] Wskaźnik do obiektu typu VSTASKPROVIDERFLAGS.

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 vsshell80.idl:

HRESULT IVsTaskProvider3::GetProviderFlags(
   [out] VSTASKPROVIDERFLAGS* tpfFlags
);

Zobacz też

Interfejs IVsTaskProvider3
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku