Método IVsCmdNameMapping.EnumNames (VSCMDNAMEOPTS, IEnumString)
Publicado: abril de 2016
Retorna um enumerador para os nomes do projeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int EnumNames(
VSCMDNAMEOPTS grfOptions,
out IEnumString ppEnumString
)
int EnumNames(
VSCMDNAMEOPTS grfOptions,
[OutAttribute] IEnumString^% ppEnumString
)
abstract EnumNames :
grfOptions:VSCMDNAMEOPTS *
ppEnumString:IEnumString byref -> int
Function EnumNames (
grfOptions As VSCMDNAMEOPTS,
<OutAttribute> ByRef ppEnumString As IEnumString
) As Integer
Parâmetros
- grfOptions
[in] Sinalizadores de bit especificando qual forma de recuperar o nome da macro.Extraído de valores a VSCMDNAMEOPTS enumeração.
- ppEnumString
[out] Um IEnumString interface para iterar por meio da cadeia de caracteres retornada.
Valor de retorno
Type: System.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 vsshell.idl:
HRESULT IVsCmdNameMapping::EnumNames(
[in] VSCMDNAMEOPTS grfOptions,
[out, retval] IEnumString **ppEnumString
);
Consulte também
Interface IVsCmdNameMapping
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo