Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the friendly name of the UI provider (written in registry)
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderName As String
Get
'Usage
Dim instance As ProvideUIProviderAttribute
Dim value As String
value = instance.ProviderName
public string ProviderName { get; }
public:
property String^ ProviderName {
String^ get ();
}
member ProviderName : string
function get ProviderName () : String
Property Value
Type: System.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.
See Also
Reference
ProvideUIProviderAttribute Class