다음을 통해 공유


BIND_OPTS2.dwTrackFlags Field

Represents a value that a moniker can use during link tracking.

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

Syntax

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

value = instance.dwTrackFlags

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

Remarks

If the original persisted data that the moniker is referencing has been moved, the moniker can attempt to reestablish that link by searching for the original data through some adequate mechanism. dwTrackFlags provides additional information on how the link should be resolved.

.NET Framework Security

See Also

Reference

BIND_OPTS2 Structure

BIND_OPTS2 Members

Microsoft.VisualStudio.OLE.Interop Namespace