Propriedade FeatureConnectorAttribute.FeatureConnectorType

Obtém o tipo de FeatureConnector<TFeatureProviderType> instanciar.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type
A Type o objeto que representa o FeatureConnector<TFeatureProviderType> tipo para instanciação.

Segurança do .NET Framework

Consulte também

Referência

FeatureConnectorAttribute Classe

Namespace Microsoft.Windows.Design.Features

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Outros recursos

Recurso provedores e conectores de recursos

Noções básicas sobre extensibilidade Designer WPF