Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function GetProviderFlags ( _
<OutAttribute> ByRef tpfFlags As UInteger _
) As Integer Implements IVsTaskProvider3.GetProviderFlags
'使用
Dim instance As TaskProvider
Dim tpfFlags As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider3).GetProviderFlags(tpfFlags)
int IVsTaskProvider3.GetProviderFlags(
out uint tpfFlags
)
private:
virtual int GetProviderFlags(
[OutAttribute] unsigned int% tpfFlags
) sealed = IVsTaskProvider3::GetProviderFlags
JScript does not support explicit interface implementations.
Parameters
- tpfFlags
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsTaskProvider3.GetProviderFlags(UInt32%)
Permissions
- 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.