Extensions.LoadFromXaml Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros de tipo
- TXaml
Parâmetros
- view
- TXaml
- xaml
- String
Retornos
TXaml
Aplica-se 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
Parâmetros de tipo
- TXaml
Parâmetros
- view
- TXaml
- callingType
- Type
Retornos
TXaml