NativeMethods.NMHDR.code Field
Specifies a notification code.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public code As Integer
'Usage
Dim instance As NativeMethods..::..NMHDR
Dim value As Integer
value = instance.code
instance.code = value
public int code
public:
int code
public var code : int
val mutable code: int
.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.