IVsTextSpanSet::GetAt Method (Int32, array<TextSpan>^)
Visual Studio 2015
Returns a requested text span.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iEl
-
Type:
System::Int32
[in] Integer containing the text span element number.
- pSpan
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^
[out] Pointer to a text span object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: