Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the provider.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function GetProviderName ( _
<OutAttribute> ByRef pbstrName As String _
) As Integer Implements IVsTaskProvider3.GetProviderName
int IVsTaskProvider3.GetProviderName(
out string pbstrName
)
private:
virtual int GetProviderName(
[OutAttribute] String^% pbstrName
) sealed = IVsTaskProvider3::GetProviderName
private abstract GetProviderName :
pbstrName:string byref -> int
private override GetProviderName :
pbstrName:string byref -> int
JScript does not support explicit interface implementations.
Parameters
- pbstrName
Type: System.String%
[out] The name of the provider.
Return Value
Type: System.Int32
S_OK .
Implements
IVsTaskProvider3.GetProviderName(String%)
.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.