TaskProvider.IVsTaskProvider3.GetProviderGuid Method
Gets a unique GUID for this provider. This is used to persist and restore provider-specific data managed by the task list, such as user customizations of column width and order.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Function GetProviderGuid ( _
<OutAttribute> ByRef pguidProvider As Guid _
) As Integer Implements IVsTaskProvider3.GetProviderGuid
int IVsTaskProvider3.GetProviderGuid(
out Guid pguidProvider
)
private:
virtual int GetProviderGuid(
[OutAttribute] Guid% pguidProvider
) sealed = IVsTaskProvider3::GetProviderGuid
private abstract GetProviderGuid :
pguidProvider:Guid byref -> int
private override GetProviderGuid :
pguidProvider:Guid byref -> int
JScript does not support explicit interface implementations.
Parameters
pguidProvider
Type: System.Guid%[out] The GUID of the provider's type.
Return Value
Type: System.Int32
S_OK .
Implements
IVsTaskProvider3.GetProviderGuid(Guid%)
.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.