Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The ContinuationPoint type exposes the following members.

Constructors

  NameDescription
Public methodContinuationPoint
Initializes the object with default values.

Methods

  NameDescription
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBrowseDirection
What direction to follow the references.
Public propertyBrowseNameRequired
Whether the BrowseName should be returned in the result.
Public propertyData
Node manager specific data that is necessary to continue the browse.
Public propertyDisplayNameRequired
Whether the DisplayName should be returned in the result.
Public propertyId
A unique identifier for the continuation point.
Public propertyIncludeSubtypes
Whether subtypes of the reference type should be return as well.
Public propertyIndex
The index where browsing halted.
Public propertyIsForwardRequired
Whether the IsForward flag should be returned in the result.
Public propertyManager
The node manager that created the continuation point.
Public propertyMaxResultsToReturn
The maximum number of results to return.
Public propertyNodeClassMask
The node class of the target nodes for the references to return.
Public propertyNodeClassRequired
Whether the NodeClass should be returned in the result.
Public propertyNodeToBrowse
The node being browsed.
Public propertyReferenceTypeId
The reference type of the references to return.
Public propertyReferenceTypeIdRequired
Whether the ReferenceTypeId should be returned in the result.
Public propertyResultMask
The values to return.
Public propertyTargetAttributesRequired
False if it is not necessary to read the attributes a target node.
Public propertyTypeDefinitionRequired
Whether the TypeDefinition should be returned in the result.
Public propertyView
The view being browsed.

See Also