FeatureConnectorAttribute Constructor
Initializes a new instance of the FeatureConnectorAttribute class.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
'Declaration
Public Sub New ( _
featureConnectorType As Type _
)
public FeatureConnectorAttribute(
Type featureConnectorType
)
public:
FeatureConnectorAttribute(
Type^ featureConnectorType
)
new :
featureConnectorType:Type -> FeatureConnectorAttribute
public function FeatureConnectorAttribute(
featureConnectorType : Type
)
- featureConnectorType
Type: System.Type
The type of feature manager.
Exception | Condition |
---|---|
ArgumentNullException | featureConnectorType is nulla null reference (Nothing in Visual Basic). |
FeatureConnectorAttribute stores the type of FeatureConnector<TFeatureProviderType> required by the FeatureProvider.
- 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.
FeatureConnectorAttribute Class
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>