Compartilhar via


INodeContainerProvider.GetNodeContainerByType(Type) Method

Definition

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.

Applies to