Partilhar via


Método IVsCmdNameMapping.EnumMacroNames (VSCMDNAMEOPTS, IEnumString)

 

Publicado: agosto de 2016

Retorna um enumerador para os nomes das macros no projeto.

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

Sintaxe

int EnumMacroNames(
    VSCMDNAMEOPTS grfOptions,
    out IEnumString ppEnumString
)
int EnumMacroNames(
    VSCMDNAMEOPTS grfOptions,
    [OutAttribute] IEnumString^% ppEnumString
)
abstract EnumMacroNames : 
        grfOptions:VSCMDNAMEOPTS *
        ppEnumString:IEnumString byref -> int
Function EnumMacroNames (
    grfOptions As VSCMDNAMEOPTS,
    <OutAttribute> ByRef ppEnumString As IEnumString
) As Integer

Parâmetros

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsCmdNameMapping::EnumMacroNames(
   [in] VSCMDNAMEOPTS grfOptions, 
   [out, retval] IEnumString **ppEnumString
);

Consulte também

Interface IVsCmdNameMapping
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo