OLEMENUID.nMenuId Field
Specifies a numeric menu identifier; -1 if specified by name.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Public nMenuId As Integer
'Utilisation
Dim instance As OLEMENUID
Dim value As Integer
value = instance.nMenuId
instance.nMenuId = value
public int nMenuId
public:
int nMenuId
val mutable nMenuId: int
public var nMenuId : int
Remarks
COM Signature
From oleipc.idl.
[C++]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.