IVsTaskProvider3.GetProviderFlags(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the behavior flags for this provider.
public:
int GetProviderFlags([Runtime::InteropServices::Out] System::UInt32 % tpfFlags);
int GetProviderFlags([Runtime::InteropServices::Out] unsigned int & tpfFlags);
public int GetProviderFlags (out uint tpfFlags);
abstract member GetProviderFlags : uint32 -> int
Public Function GetProviderFlags (ByRef tpfFlags As UInteger) As Integer
Parameters
- tpfFlags
- UInt32
[out] A pointer to an object of type VSTASKPROVIDERFLAGS.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsTaskProvider3::GetProviderFlags(
[out] VSTASKPROVIDERFLAGS* tpfFlags
);