CommandBar.Context 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个字符串,该字符串确定命令栏的保存位置。
public:
property System::String ^ Context { System::String ^ get(); void set(System::String ^ value); };
public string Context { get; set; }
member this.Context : string with get, set
Public Property Context As String
属性值
注解
返回的字符串由应用程序定义和解释。
只能对自定义命令栏设置 Context 属性。 如果应用程序不能识别该上下文字符串,或不支持以编程方式修改上下文字符串的功能,那么该属性将失败。