共用方式為


XamlLanguage.Arguments 屬性

定義

取得 XamlDirective 做為 Factory 方法的 Arguments 或用於一般用途。

public:
 static property System::Xaml::XamlDirective ^ Arguments { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Arguments { get; }
member this.Arguments : System.Xaml.XamlDirective
Public Shared ReadOnly Property Arguments As XamlDirective

屬性值

XamlDirective

XamlDirective,做為 Factory 方法的 Arguments 或用於一般用途。

備註

Factory 方法是 XAML 2009 功能,可用來識別建構 XAML 類型基礎類型的替代技術。 指定 Arguments 處理站方法的輸入,並啟用在標記中指定該資訊。 沒有 Factory 方法的預設技術是嘗試尋找無參數建構函式,然後嘗試尋找類型、成員或目的地類型的識別型別轉換器。

針對泛型使用方式,包裝 Arguments 所有為 指定 TypeArguments 之建構輸入的物件或初始化文字。

適用於