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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.