Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the type of declared global object provider.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderType As Type
public Type ProviderType { get; }
public:
property Type^ ProviderType {
Type^ get ();
}
member ProviderType : Type with get
function get ProviderType () : Type
Property Value
Type: System.Type
The Type of the associated provider class, which must be derived from GlobalObjectProvider.
Remarks
The ProviderType property is set in the ProvideGlobalObjectProviderAttribute constructor.
.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
ProvideGlobalObjectProviderAttribute Class