| 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.ShellAssembly: Tvl.VisualStudio.Shell.Utility.10 (in Tvl.VisualStudio.Shell.Utility.10.dll) Version: 1.0.0.0
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
String
The text associated with the command.
Exceptions Remarks When setting this property, if the value is longer than MaxLength, it
is automatically truncated.
See Also