VSOBJCLIPFORMAT.dwOptions Field

Specifies a composite format. Values are taken from the _VSOBJCLIPFORMATOPTIONS enumeration.

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

Syntax

'宣言
Public dwOptions As UInteger
'使用
Dim instance As VSOBJCLIPFORMAT
Dim value As UInteger

value = instance.dwOptions

instance.dwOptions = value
public uint dwOptions
public:
unsigned int dwOptions
public var dwOptions : uint

Field Value

Type: System.UInt32

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSOBJCLIPFORMAT Structure

VSOBJCLIPFORMAT Members

Microsoft.VisualStudio.Shell.Interop Namespace