CommandBar.Context Property

Definition

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.

Applies to