IVsLanguageDebugInfo::GetLocationOfName Method (String^, String^, array<TextSpan>^)

 

Deprecated. Do not use.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetLocationOfName(
	String^ pszName,
	[OutAttribute] String^% pbstrMkDoc,
	array<TextSpan>^ pspanLocation
)

Parameters

pszName
Type: System::String^

Do not use.

pbstrMkDoc
Type: System::String^

Do not use.

pspanLocation
Type: array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^

Do not use.

Return Value

Type: System::Int32
Return to top
Show: