IVsIntellisenseCompletor.GetCompletionSpan(TextSpan[]) Methode

Definition

Gibt die completor-Spanne zurück.

public:
 int GetCompletionSpan(cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ts);
public:
 int GetCompletionSpan(Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ts);
int GetCompletionSpan(std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ts);
public int GetCompletionSpan (Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ts);
abstract member GetCompletionSpan : Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetCompletionSpan (ts As TextSpan()) As Integer

Parameter

ts
TextSpan[]

TextSpan, die einen Completor enthält.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, gibt sie VSConstants.S_OK zurück. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

C++

Aus singlefileeditor. idl:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Gilt für