OLEMENUID Structure

 

Describes a menu numerically and/or by name.

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

public struct OLEMENUID

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcwBuf

Size, in characters, of pwszNameBuf, the menu name buffer.

System_CAPS_pubfieldnMenuId

Specifies a numeric menu identifier; -1 if specified by name.

System_CAPS_pubfieldpwszNameBuf

Buffer for menu name.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: