다음을 통해 공유


BIND_OPTS2.grfFlags Field

Represents flags that control aspects of moniker binding operations.

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

Syntax

‘선언
Public grfFlags As UInteger
‘사용 방법
Dim instance As BIND_OPTS2
Dim value As UInteger

value = instance.grfFlags

instance.grfFlags = value
public uint grfFlags
public:
unsigned int grfFlags
val mutable grfFlags: uint32
public var grfFlags : uint

Remarks

This value is any combination of the bit flags in the BIND_FLAGS enumeration. New values may be defined in the future, so moniker implementations should ignore any bits in this field that they do not understand.

.NET Framework Security

See Also

Reference

BIND_OPTS2 Structure

BIND_OPTS2 Members

Microsoft.VisualStudio.OLE.Interop Namespace