IVsLanguageDebugInfo.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.
Deprecated. Do not use.
public:
int GetLocationOfName(System::String ^ pszName, [Runtime::InteropServices::Out] System::String ^ % pbstrMkDoc, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pspanLocation);
int GetLocationOfName(std::wstring const & pszName, [Runtime::InteropServices::Out] std::wstring const & & pbstrMkDoc, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pspanLocation);
public int GetLocationOfName (string pszName, out string pbstrMkDoc, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] pspanLocation);
abstract member GetLocationOfName : string * string * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetLocationOfName (pszName As String, ByRef pbstrMkDoc As String, pspanLocation As TextSpan()) As Integer
Parameters
- pszName
- String
Do not use.
- pbstrMkDoc
- String
Do not use.
- pspanLocation
- TextSpan[]
Do not use.