INodeContainerProvider 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.
An object that can provide an INodeContainer, INodeContainer2, INodeContainer3, INodeContainer4, or other INodeContainer instances that might come to be.
public interface class INodeContainerProvider
public interface INodeContainerProvider
type INodeContainerProvider = interface
Public Interface INodeContainerProvider
Properties
NodeContainer |
Gets an INodeContainer |
NodeContainer2 |
Gets an INodeContainer2 |
NodeContainer3 |
Gets an INodeContainer3 |
NodeContainer4 |
Gets an INodeContainer4 |
Methods
GetNodeContainerByType(Type) |
Gets an INodeContainer that implements the specified interface, if available. |