IVsExpansionIntellisenseHost.GetText(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the text of the expansion text span.
public:
int GetText([Runtime::InteropServices::Out] System::String ^ % bstrText);
int GetText([Runtime::InteropServices::Out] std::wstring const & & bstrText);
public int GetText (out string bstrText);
abstract member GetText : string -> int
Public Function GetText (ByRef bstrText As String) As Integer
Parameters
- bstrText
- String
[out] String containing the expansion text.
Returns
If the method succeeds, it returns VSConstants.S_OK. If it fails, it returns an error code.
Remarks
C++
From singlefileeditor.idl:
HRESULT IVsExpansionIntellisenseHost::GetText([out] BSTR *bstrText);