BIND_OPTS2.dwClassContext Field
Represents the class context that is to be used for instantiating the object.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public dwClassContext As UInteger
'Usage
Dim instance As BIND_OPTS2
Dim value As UInteger
value = instance.dwClassContext
instance.dwClassContext = value
public uint dwClassContext
public:
unsigned int dwClassContext
public var dwClassContext : uint
.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.