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)

public:
property String^ InsertionText {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The text to be inserted.

Return to top
Show: