IVsLanguageDebugInfo.GetLocationOfName(String, String, TextSpan[]) Method

Definition

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.

Returns

Applies to