다음을 통해 공유


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

‘선언
Private Function GetProviderGuid ( _
    <OutAttribute> ByRef pguidProvider As Guid _
) As Integer Implements IVsTaskProvider3.GetProviderGuid
int IVsTaskProvider3.GetProviderGuid(
    out Guid pguidProvider
)

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

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace