Click or drag to resize
OleCommandTextCommandInformationKind Property
Gets a value indicating the type of information to be provided.

Namespace: Tvl.VisualStudio.Shell
Assembly: Tvl.VisualStudio.Shell.Utility.10 (in Tvl.VisualStudio.Shell.Utility.10.dll) Version: 1.0.0.0
Syntax
public OLECMDTEXTF CommandInformationKind { get; }

Property Value

Type: OLECMDTEXTF

OLECMDTEXTF_NONE if no extra information is requested.

-or-

OLECMDTEXTF_NAME if the object should provide the localized name of the command.

-or-

OLECMDTEXTF_STATUS if the object should provide a localized status string for the command.

Exceptions
ExceptionCondition
ObjectDisposedExceptionIf the object has been disposed.
See Also