Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the behavior flags for this provider.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function GetProviderFlags ( _
<OutAttribute> ByRef tpfFlags As UInteger _
) As Integer Implements IVsTaskProvider3.GetProviderFlags
int IVsTaskProvider3.GetProviderFlags(
out uint tpfFlags
)
private:
virtual int GetProviderFlags(
[OutAttribute] unsigned int% tpfFlags
) sealed = IVsTaskProvider3::GetProviderFlags
private abstract GetProviderFlags :
tpfFlags:uint32 byref -> int
private override GetProviderFlags :
tpfFlags:uint32 byref -> int
JScript does not support explicit interface implementations.
Parameters
- tpfFlags
Type: System.UInt32%
[out] Returns __VSTASKPROVIDERFLAGS.
Return Value
Type: System.Int32
S_OK .
Implements
IVsTaskProvider3.GetProviderFlags(UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.