VsIntellisenseCompletorClass.GetCompletionSpan(TextSpan[]) 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.
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
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.