OleMenuCommand::OleStatus Property

 

Gets the OLE command status code for this menu item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int OleStatus {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	virtual int get() override;
}

Property Value

Type: System::Int32

The flags that represent the OLE command status. The values include members of the OLECMDF enumeration.

Return to top
Show: