Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a managed implementation of the OLECMDTEXTF enumeration, which specifies the kind of text that is being requested.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Enumeration OleCommandTextType
public enum OleCommandTextType
public enum class OleCommandTextType
type OleCommandTextType
public enum OleCommandTextType
Members
| Member name | Description | |
|---|---|---|
| None | No extra information is requested. | |
| Name | The command handler should provide the localized name of the command. | |
| Status | The command handler should provide a localized status string for the command. |