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