Extensions.LoadFromXaml Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri di tipo
- TXaml
Parametri
- view
- TXaml
- xaml
- String
Restituisce
TXaml
Si applica a
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
Parametri di tipo
- TXaml
Parametri
- view
- TXaml
- callingType
- Type
Restituisce
TXaml