Compartir a través de


FeatureConnectorAttribute.FeatureConnectorType (Propiedad)

Obtiene el tipo de FeatureConnector<TFeatureProviderType> para crear instancias.

Espacio de nombres:  Microsoft.Windows.Design.Features
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
Public ReadOnly Property FeatureConnectorType As Type
    Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
    Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type

Valor de propiedad

Tipo: System.Type
Un objeto Type que representa el tipo FeatureConnector<TFeatureProviderType> para crear instancias.

Seguridad de .NET Framework

Vea también

Referencia

FeatureConnectorAttribute Clase

Microsoft.Windows.Design.Features (Espacio de nombres)

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Otros recursos

Proveedores de características y conectores de características

Introducción a la extensibilidad de WPF Designer