INodeContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the connection and enumerator context for a node.
public interface class INodeContext
public interface INodeContext
type INodeContext = interface
Public Interface INodeContext
- Derived
Properties
Connection |
Gets or sets the connection information. |
Context |
Gets or sets the enumerators Uniform Resource Name (URN) for the node. |
NavigationContext |
Gets the context of the navigation. |
UrnPath |
Gets the skeleton path for the current context. |
Methods
CreateObjectInstance() |
Creates an instance of the object that is defined by the context and connection properties. |