Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text that is to be inserted into the buffer if this completion is committed.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property InsertionText As String
public virtual string InsertionText { get; set; }
public:
virtual property String^ InsertionText {
String^ get ();
void set (String^ value);
}
abstract InsertionText : string with get, set
override InsertionText : string with get, set
function get InsertionText () : String
function set InsertionText (value : String)
Property Value
Type: String
The text to be inserted.
.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.