NativeMethods.OLECMDTEXT.OLECMDTEXTF Enumeration
Specifies flags for the OLE command text.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Enumeration OLECMDTEXTF
'Usage
Dim instance As NativeMethods..::..OLECMDTEXT.OLECMDTEXTF
public enum OLECMDTEXTF
public enum class OLECMDTEXTF
public enum OLECMDTEXTF
type OLECMDTEXTF
Members
| Member name | Description | |
|---|---|---|
| OLECMDTEXTF_NONE | Specifies no flag | |
| OLECMDTEXTF_NAME | The name of the command is required | |
| OLECMDTEXTF_STATUS | A description of the status is required |