FeatureAvailableEventArgs.FeatureProviderType Property
Gets the type of feature provider that is available for creation.
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 FeatureAvailableEventArgs
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 object that represents the feature provider that is available for creation.
.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
FeatureAvailableEventArgs Class
FeatureAvailableEventArgs Members
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>