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

 

Obsolete method that always returns E_NOTIMPL.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetLocationOfName(
	String^ name,
	[OutAttribute] String^% pbstrMkDoc,
	array<TextSpan>^ spans
)

Parameters

name
Type: System::String^

OBSOLETE

pbstrMkDoc
Type: System::String^

OBSOLETE

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

OBSOLETE

Return Value

Type: System::Int32

Always returns E_NOTIMPL.

The base method always returns E_NOTIMPL. Do not implement this method.

Return to top
Show: