ProvideGlobalObjectProviderAttribute.ProviderType Property

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

‘선언
Public ReadOnly Property ProviderType As Type
    Get
‘사용 방법
Dim instance As ProvideGlobalObjectProviderAttribute
Dim value As Type

value = instance.ProviderType
public Type ProviderType { get; }
public:
property Type^ ProviderType {
    Type^ get ();
}
member ProviderType : Type
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

See Also

Reference

ProvideGlobalObjectProviderAttribute Class

ProvideGlobalObjectProviderAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace

GlobalObjectProvider

ProvideGlobalObjectProviderAttribute