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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
FeatureConnectorAttribute Clase
Microsoft.Windows.Design.Features (Espacio de nombres)
FeatureConnector<TFeatureProviderType>
Otros recursos
Proveedores de características y conectores de características