Sdílet prostřednictvím


XamlTypeName Konstruktory

Definice

Inicializuje novou instanci XamlTypeName třídy.

Přetížení

XamlTypeName()

Inicializuje novou instanci XamlTypeName třídy.

XamlTypeName(XamlType)

Inicializuje novou instanci XamlTypeName třídy na základě existující XamlType.

XamlTypeName(String, String)

Inicializuje novou instanci XamlTypeName třídy na základě názvů a řetězců oboru názvů.

XamlTypeName(String, String, IEnumerable<XamlTypeName>)

Inicializuje novou instanci XamlTypeName třídy na základě názvů a řetězců oboru názvů a pole argumentů typu.

XamlTypeName()

Inicializuje novou instanci XamlTypeName třídy.

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

Platí pro

XamlTypeName(XamlType)

Inicializuje novou instanci XamlTypeName třídy na základě existující XamlType.

public:
 XamlTypeName(System::Xaml::XamlType ^ xamlType);
public XamlTypeName (System.Xaml.XamlType xamlType);
new System.Xaml.Schema.XamlTypeName : System.Xaml.XamlType -> System.Xaml.Schema.XamlTypeName
Public Sub New (xamlType As XamlType)

Parametry

xamlType
XamlType

XamlTypeExistující .

Výjimky

xamlType je null.

Platí pro

XamlTypeName(String, String)

Inicializuje novou instanci XamlTypeName třídy na základě názvů a řetězců oboru názvů.

public:
 XamlTypeName(System::String ^ xamlNamespace, System::String ^ name);
public XamlTypeName (string xamlNamespace, string name);
new System.Xaml.Schema.XamlTypeName : string * string -> System.Xaml.Schema.XamlTypeName
Public Sub New (xamlNamespace As String, name As String)

Parametry

xamlNamespace
String

Obor názvů XAML, který obsahuje název.

name
String

Název typu, pro který se má vytvořit XamlTypeName .

Platí pro

XamlTypeName(String, String, IEnumerable<XamlTypeName>)

Inicializuje novou instanci XamlTypeName třídy na základě názvů a řetězců oboru názvů a pole argumentů typu.

public:
 XamlTypeName(System::String ^ xamlNamespace, System::String ^ name, System::Collections::Generic::IEnumerable<System::Xaml::Schema::XamlTypeName ^> ^ typeArguments);
public XamlTypeName (string xamlNamespace, string name, System.Collections.Generic.IEnumerable<System.Xaml.Schema.XamlTypeName> typeArguments);
new System.Xaml.Schema.XamlTypeName : string * string * seq<System.Xaml.Schema.XamlTypeName> -> System.Xaml.Schema.XamlTypeName
Public Sub New (xamlNamespace As String, name As String, typeArguments As IEnumerable(Of XamlTypeName))

Parametry

xamlNamespace
String

Obor názvů XAML, který obsahuje name.

name
String

Název typu, pro který se má vytvořit XamlTypeName .

typeArguments
IEnumerable<XamlTypeName>

Pole argumentů typu, z nichž každý musí být XamlTypeName.

Poznámky

Toto je podpis, který se má použít, pokud pro tento typ zadáte obecný typ a zadáte argumenty.

Platí pro