INodeContainerProvider.GetNodeContainerByType(Type) Method
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.
Gets an INodeContainer that implements the specified interface, if available.
public:
System::Object ^ GetNodeContainerByType(Type ^ type);
public object GetNodeContainerByType (Type type);
public object? GetNodeContainerByType (Type type);
abstract member GetNodeContainerByType : Type -> obj
Public Function GetNodeContainerByType (type As Type) As Object
Parameters
- type
- Type
The INodeContainer type.
Returns
An instance of the requested INodeContainer type or null.