共用方式為


XamlLanguage.Shared 屬性

定義

取得 XAML 之 Shared 指示詞的 XamlDirective

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

屬性值

XamlDirective

XAML 之 Shared 指示詞的 XamlDirective

備註

Shared指示詞 (當它設定為 true) 指定在字典中找到專案時,物件的參考應該一律傳回單一實例,而不是新的實例。 此行為與字典可能用來做為共用內容來源或範本機制的概念有關,特定使用 XAML 的架構。 Shared未在 [MS-XAML] 中指定,但屬於 x WPF 中 XAML 的命名空間定義行為,.NET Framework 3.0 版和 3.5 版。

適用於