Sdílet prostřednictvím


TemplateKey Konstruktory

Definice

Inicializuje novou instanci TemplateKey třídy.

Přetížení

TemplateKey(TemplateKey+TemplateType)

Inicializuje novou instanci TemplateKey třídy se zadaným typem šablony. Tento konstruktor je chráněný.

TemplateKey(TemplateKey+TemplateType, Object)

Inicializuje novou instanci TemplateKey třídy se zadanými parametry. Tento konstruktor je chráněný.

TemplateKey(TemplateKey+TemplateType)

Inicializuje novou instanci TemplateKey třídy se zadaným typem šablony. Tento konstruktor je chráněný.

protected:
 TemplateKey(System::Windows::TemplateKey::TemplateType templateType);
protected TemplateKey (System.Windows.TemplateKey.TemplateType templateType);
new System.Windows.TemplateKey : System.Windows.TemplateKey.TemplateType -> System.Windows.TemplateKey
Protected Sub New (templateType As TemplateKey.TemplateType)

Parametry

templateType
TemplateKey.TemplateType

Hodnota TemplateKey.TemplateType , která určuje typ této šablony.

Platí pro

TemplateKey(TemplateKey+TemplateType, Object)

Inicializuje novou instanci TemplateKey třídy se zadanými parametry. Tento konstruktor je chráněný.

protected:
 TemplateKey(System::Windows::TemplateKey::TemplateType templateType, System::Object ^ dataType);
protected TemplateKey (System.Windows.TemplateKey.TemplateType templateType, object dataType);
new System.Windows.TemplateKey : System.Windows.TemplateKey.TemplateType * obj -> System.Windows.TemplateKey
Protected Sub New (templateType As TemplateKey.TemplateType, dataType As Object)

Parametry

templateType
TemplateKey.TemplateType

Hodnota TemplateKey.TemplateType , která určuje typ této šablony.

dataType
Object

Typ, pro který je tato šablona navržena.

Platí pro