Udostępnij za pośrednictwem


FeatureAttribute.FeatureProviderType Property

Gets the FeatureProvider type to instantiate.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property FeatureProviderType As Type
'Usage
Dim instance As FeatureAttribute 
Dim value As Type 

value = instance.FeatureProviderType
public Type FeatureProviderType { get; }
public:
property Type^ FeatureProviderType {
    Type^ get ();
}
public function get FeatureProviderType () : Type

Property Value

Type: System.Type
A Type representing the class of the feature provider to attach to the target control.

.NET Framework Security

See Also

Reference

FeatureAttribute Class

FeatureAttribute Members

Microsoft.Windows.Design.Features Namespace

FeatureProvider

Other Resources

Feature Providers and Feature Connectors