Udostępnij za pośrednictwem


Extensions.LoadFromXaml Metoda

Definicja

Przeciążenia

LoadFromXaml<TXaml>(TXaml, String)
LoadFromXaml<TXaml>(TXaml, Type)

LoadFromXaml<TXaml>(TXaml, String)

public:
generic <typename TXaml>
[System::Runtime::CompilerServices::Extension]
 static TXaml LoadFromXaml(TXaml view, System::String ^ xaml);
public static TXaml LoadFromXaml<TXaml> (this TXaml view, string xaml);
static member LoadFromXaml : 'Xaml * string -> 'Xaml
<Extension()>
Public Function LoadFromXaml(Of TXaml) (view As TXaml, xaml As String) As TXaml

Parametry typu

TXaml

Parametry

view
TXaml
xaml
String

Zwraca

TXaml

Dotyczy

LoadFromXaml<TXaml>(TXaml, Type)

public:
generic <typename TXaml>
[System::Runtime::CompilerServices::Extension]
 static TXaml LoadFromXaml(TXaml view, Type ^ callingType);
public static TXaml LoadFromXaml<TXaml> (this TXaml view, Type callingType);
static member LoadFromXaml : 'Xaml * Type -> 'Xaml
<Extension()>
Public Function LoadFromXaml(Of TXaml) (view As TXaml, callingType As Type) As TXaml

Parametry typu

TXaml

Parametry

view
TXaml
callingType
Type

Zwraca

TXaml

Dotyczy