Condividi tramite


Completion.InsertionText Property

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

'Dichiarazione
Public Overridable Property InsertionText As String
    Get
    Set
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: System.String
The text to be inserted.

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace