Estrutura OLEMENUID

 

Publicado: abril de 2016

Descreve um menu e/numericamente ou por nome.

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

Sintaxe

public struct OLEMENUID
public value struct OLEMENUID
[<Sealed>]
type OLEMENUID = struct end
Public Structure OLEMENUID

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de ValueType.)

System_CAPS_pubmethod GetHashCode()

(herdado de ValueType.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de ValueType.)

Campos

Nome Descrição
System_CAPS_pubfield cwBuf

Dimensionar, em caracteres, de pwszNameBuf, o buffer do nome de menu.

System_CAPS_pubfield nMenuId

Especifica um identificador numérico do menu; -1 se especificado por nome.

System_CAPS_pubfield pwszNameBuf

Buffer para o nome do menu.

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo