ISmartTagSession.TagText Property
Gets or sets the text to be displayed with the tag.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
‘선언
Property TagText As String
string TagText { get; set; }
property String^ TagText {
String^ get ();
void set (String^ value);
}
abstract TagText : string with get, set
function get TagText () : String
function set TagText (value : String)
Property Value
Type: System.String
The tag text.
Remarks
This text is independent of any individual action. The default presenter displays this text as a tooltip alongside the tag in its intermediate state (that is, neither expanded nor collapsed).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.