Sdílet prostřednictvím


FeatureManager.InitializeFeatures – metoda

Inicializuje funkci zprostředkovatele definován na zadaný typ funkce konektorů.

Obor názvů:  Microsoft.Windows.Design.Features
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
Public Sub InitializeFeatures ( _
    type As Type _
)
public void InitializeFeatures(
    Type type
)
public:
void InitializeFeatures(
    Type^ type
)
member InitializeFeatures : 
        type:Type -> unit 
public function InitializeFeatures(
    type : Type
)

Parametry

  • type
    Typ: System.Type
    Inicializace funkce konektory pro typ.

Výjimky

Výjimka Podmínka
ArgumentNullException

typeis nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FeatureManager Třída

Microsoft.Windows.Design.Features – obor názvů

FeatureProvider

FeatureConnector<TFeatureProviderType>

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility