This documentation is archived and is not being maintained.
OleMenuCommand::OleStatus Property
Gets the OLE command status code for this menu item.
Namespace:
Microsoft.VisualStudio.ShellAssembly:
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::Int32The flags that represent the OLE command status. The values include members of the OLECMDF enumeration.
Return to top