다음을 통해 공유


Extensions.LoadFromXaml Method

Definition

Overloads

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

LoadFromXaml<TXaml>(TXaml, String)

Source:
ViewExtensions.cs
Source:
ViewExtensions.cs
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

Type Parameters

TXaml

Parameters

view
TXaml
xaml
String

Returns

TXaml

Applies to

LoadFromXaml<TXaml>(TXaml, Type)

Source:
ViewExtensions.cs
Source:
ViewExtensions.cs
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

Type Parameters

TXaml

Parameters

view
TXaml
callingType
Type

Returns

TXaml

Applies to