Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ContinuationPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContinuationPoint |
Initializes the object with default values.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BrowseDirection |
What direction to follow the references.
| |
| BrowseNameRequired |
Whether the BrowseName should be returned in the result.
| |
| Data |
Node manager specific data that is necessary to continue the browse.
| |
| DisplayNameRequired |
Whether the DisplayName should be returned in the result.
| |
| Id |
A unique identifier for the continuation point.
| |
| IncludeSubtypes |
Whether subtypes of the reference type should be return as well.
| |
| Index |
The index where browsing halted.
| |
| IsForwardRequired |
Whether the IsForward flag should be returned in the result.
| |
| Manager |
The node manager that created the continuation point.
| |
| MaxResultsToReturn |
The maximum number of results to return.
| |
| NodeClassMask |
The node class of the target nodes for the references to return.
| |
| NodeClassRequired |
Whether the NodeClass should be returned in the result.
| |
| NodeToBrowse |
The node being browsed.
| |
| ReferenceTypeId |
The reference type of the references to return.
| |
| ReferenceTypeIdRequired |
Whether the ReferenceTypeId should be returned in the result.
| |
| ResultMask |
The values to return.
| |
| TargetAttributesRequired |
False if it is not necessary to read the attributes a target node.
| |
| TypeDefinitionRequired |
Whether the TypeDefinition should be returned in the result.
| |
| View |
The view being browsed.
|