Click or drag to resize

ShellBindContext Properties

The ShellBindContext type exposes the following members.

Properties
  NameDescription
Public propertyClassContext
Gets values that are used in activation calls to indicate the execution contexts in which an object is to be run.
Public propertyDictionary
Gets the dictionary that contains all binding context parameters, include some that are exposed as typed properties of this instance.
Public propertyFlags
Gets the flags that controls aspects of moniker binding operations.
Public propertyHwnd
Gets a handle to the window that becomes the owner of the elevation UI, if applicable.
Public propertyLocale
Gets the locale (LCID) value indicating the client's preference for the locale to be used by the object to which they are binding
Public propertyMode
Gets the mode that indicate conditions for creating and deleting the object and access modes for the object.
Public propertyTickCountDeadline
Gets the clock time by which the caller would like the binding operation to be completed, in milliseconds. This member lets the caller limit the execution time of an operation when speed is of primary importance. A value of zero indicates that there is no deadline.
Public propertyTrackFlags
Gets the track flags.
Top
See Also