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
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
‘선언
Private Function GetProviderGuid ( _
<OutAttribute> ByRef pguidProvider As Guid _
) As Integer Implements IVsTaskProvider3.GetProviderGuid
‘사용 방법
Dim instance As TaskProvider
Dim pguidProvider As Guid
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider3).GetProviderGuid(pguidProvider)
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.