Partilhar via


Método IVsLanguageDebugInfo.ResolveName

O nome fornecido, fornecendo os nomes não ambíguos para todas as entidades que o nome "Marcelo" retira a ambigüidade.

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

Sintaxe

'Declaração
Function ResolveName ( _
    pszName As String, _
    dwFlags As UInteger, _
    <OutAttribute> ByRef ppNames As IVsEnumDebugName _
) As Integer
int ResolveName(
    string pszName,
    uint dwFlags,
    out IVsEnumDebugName ppNames
)
int ResolveName(
    [InAttribute] String^ pszName, 
    [InAttribute] unsigned int dwFlags, 
    [OutAttribute] IVsEnumDebugName^% ppNames
)
abstract ResolveName : 
        pszName:string * 
        dwFlags:uint32 * 
        ppNames:IVsEnumDebugName byref -> int
function ResolveName(
    pszName : String, 
    dwFlags : uint, 
    ppNames : IVsEnumDebugName
) : int

Parâmetros

  • pszName
    Tipo: String

    [in] A seqüência de caracteres que contém o nome.

  • dwFlags
    Tipo: UInt32

    [in] Sinalizadores. Para obter mais informações, consulte RESOLVENAMEFLAGS.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

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

Esse método retira a ambigüidade o nome fornecido, fornecendo os nomes não ambíguos para todas as entidades que o nome "Marcelo".

Segurança do .NET Framework

Consulte também

Referência

IVsLanguageDebugInfo Interface

Namespace Microsoft.VisualStudio.TextManager.Interop