Click or drag to resize
OleCommandTextText Property
Gets or sets the text associated with the command. The CommandInformationKind property specifies the specific information provided by the Text property.

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

Property Value

Type: String
The text associated with the command.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf value is .
ObjectDisposedExceptionIf the object has been disposed.
Remarks

When setting this property, if the value is longer than MaxLength, it is automatically truncated.

See Also