Extensions.LoadFromXaml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.