IVsTextViewIntellisenseHost.ReplaceSubjectTextSpan Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReplaceSubjectTextSpan(Int32, Int32, String) | Edits the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
ReplaceSubjectTextSpan(Int32, Int32, String) | Editing subject text. Return E_FAIL (or something) if text contains CR/LFs and flags contain IHF_SINGLELINESUBJECT. |
Top