CommandBar.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the location where the command bar is saved. Always returns the empty string.
public:
property System::String ^ Context { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Context { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610874881)]
public string Context { [System.Runtime.InteropServices.DispId(1610874881)] get; [System.Runtime.InteropServices.DispId(1610874881)] set; }
[<System.Runtime.InteropServices.DispId(1610874881)>]
[<get: System.Runtime.InteropServices.DispId(1610874881)>]
[<set: System.Runtime.InteropServices.DispId(1610874881)>]
member this.Context : string with get, set
Public Property Context As String
Property Value
Always returns the empty string.
- Attributes
Remarks
This is not supported in Visual Studio.