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] 中指定,但属于 WPF 中 XAML 的命名空间定义行为,x.NET Framework版本 3.0 和版本 3.5。

适用于