Dela via


FeatureConnectorInformation.FeatureConnectorType Property

Gets the type of feature connector this FeatureConnectorInformation describes.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FeatureConnectorType As Type
'Usage
Dim instance As FeatureConnectorInformation 
Dim value As Type 

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

Property Value

Type: System.Type
A Type object that represents the type of feature connector for this FeatureConnectorInformation object.

.NET Framework Security

See Also

Reference

FeatureConnectorInformation Class

FeatureConnectorInformation Members

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility