CommandBar.Context 属性

定义

返回或设置一个字符串,该字符串确定命令栏的保存位置。

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 属性。 如果应用程序不能识别该上下文字符串,或不支持以编程方式修改上下文字符串的功能,那么该属性将失败。

适用于