Sdílet prostřednictvím


FrameworkElementFactory Konstruktory

Definice

Inicializuje novou instanci FrameworkElementFactory třídy.

Přetížení

FrameworkElementFactory()

Inicializuje novou instanci FrameworkElementFactory třídy.

FrameworkElementFactory(String)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným textem, který se vytvoří.

FrameworkElementFactory(Type)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným Type.

FrameworkElementFactory(Type, String)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným Type a názvem.

FrameworkElementFactory()

Inicializuje novou instanci FrameworkElementFactory třídy.

public:
 FrameworkElementFactory();
public FrameworkElementFactory ();
Public Sub New ()

Platí pro

FrameworkElementFactory(String)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným textem, který se vytvoří.

public:
 FrameworkElementFactory(System::String ^ text);
public FrameworkElementFactory (string text);
new System.Windows.FrameworkElementFactory : string -> System.Windows.FrameworkElementFactory
Public Sub New (text As String)

Parametry

text
String

Textový řetězec, který se má vytvořit.

Platí pro

FrameworkElementFactory(Type)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným Type.

public:
 FrameworkElementFactory(Type ^ type);
public FrameworkElementFactory (Type type);
new System.Windows.FrameworkElementFactory : Type -> System.Windows.FrameworkElementFactory
Public Sub New (type As Type)

Parametry

type
Type

Typ instance, která se má vytvořit.

Platí pro

FrameworkElementFactory(Type, String)

Inicializuje novou instanci FrameworkElementFactory třídy se zadaným Type a názvem.

public:
 FrameworkElementFactory(Type ^ type, System::String ^ name);
public FrameworkElementFactory (Type type, string name);
new System.Windows.FrameworkElementFactory : Type * string -> System.Windows.FrameworkElementFactory
Public Sub New (type As Type, name As String)

Parametry

type
Type

Typ instance, která se má vytvořit.

name
String

Identifikátor stylu.

Platí pro