LanguageService.GetLocationOfName(String, String, 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.
Obsolete method that always returns E_NOTIMPL.
public:
virtual int GetLocationOfName(System::String ^ name, [Runtime::InteropServices::Out] System::String ^ % pbstrMkDoc, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ spans);
virtual int GetLocationOfName(std::wstring const & name, [Runtime::InteropServices::Out] std::wstring const & & pbstrMkDoc, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & spans);
public virtual int GetLocationOfName (string name, out string pbstrMkDoc, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] spans);
abstract member GetLocationOfName : string * string * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
override this.GetLocationOfName : string * string * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Overridable Function GetLocationOfName (name As String, ByRef pbstrMkDoc As String, spans As TextSpan()) As Integer
Parameters
- name
- String
OBSOLETE
- pbstrMkDoc
- String
OBSOLETE
- spans
- TextSpan[]
OBSOLETE
Returns
Always returns E_NOTIMPL.
Implements
Remarks
The base method always returns E_NOTIMPL. Do not implement this method.