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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI