FrameworkElementFactory Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe FrameworkElementFactory.
Surcharges
FrameworkElementFactory() |
Initialise une nouvelle instance de la classe FrameworkElementFactory. |
FrameworkElementFactory(String) |
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le texte spécifié à produire. |
FrameworkElementFactory(Type) |
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le Type spécifié. |
FrameworkElementFactory(Type, String) |
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le nom et le Type spécifiés. |
FrameworkElementFactory()
Initialise une nouvelle instance de la classe FrameworkElementFactory.
public:
FrameworkElementFactory();
public FrameworkElementFactory ();
Public Sub New ()
S’applique à
FrameworkElementFactory(String)
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le texte spécifié à produire.
public:
FrameworkElementFactory(System::String ^ text);
public FrameworkElementFactory (string text);
new System.Windows.FrameworkElementFactory : string -> System.Windows.FrameworkElementFactory
Public Sub New (text As String)
Paramètres
- text
- String
Chaîne de texte à produire.
S’applique à
FrameworkElementFactory(Type)
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le Type spécifié.
public:
FrameworkElementFactory(Type ^ type);
public FrameworkElementFactory (Type type);
new System.Windows.FrameworkElementFactory : Type -> System.Windows.FrameworkElementFactory
Public Sub New (type As Type)
Paramètres
- type
- Type
Type d'instance à créer.
S’applique à
FrameworkElementFactory(Type, String)
Initialise une nouvelle instance de la classe FrameworkElementFactory avec le nom et le Type spécifiés.
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)
Paramètres
- type
- Type
Type d'instance à créer.
- name
- String
Identificateur de style.