Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


IVsLanguageDebugInfo.ResolveName(String, UInt32, IVsEnumDebugName) Method

Definition

Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name.

C++/CX
public:
 int ResolveName(Platform::String ^ pszName, unsigned int dwFlags, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumDebugName ^ &  ppNames);

Parameters

pszName
String

[in] String containing the name.

dwFlags
UInt32

[in] Flags. For more information, see RESOLVENAMEFLAGS.

ppNames
IVsEnumDebugName

[out] Returns an object containing a list of names. For more information, see IVsEnumDebugName.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

cpp#
HRESULT IVsLanguageDebugInfo::ResolveName(  
   [in] LPCOLESTR pszName,   
   [in] DWORD dwFlags,   
   [out] IVsEnumDebugName **ppNames  
);  

This method disambiguates the given name, providing non-ambiguous names for all entities that "match" the name.

Applies to

Προϊόν Εκδόσεις
Visual Studio SDK 2015, 2017, 2019, 2022