VsIntellisenseCompletorClass.GetCompletionSpan(TextSpan[]) Method

Definition

Gets the completion span.

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

Parameters

ts
TextSpan[]

[in] The TextSpan containing the completor.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to