Share via


ProjectSchemaDefinitions.GetSchemaObjects(Type) Method

Definition

see IProjectSchemaNode

public:
 virtual System::Collections::Generic::IEnumerable<System::Object ^> ^ GetSchemaObjects(Type ^ type);
public System.Collections.Generic.IEnumerable<object> GetSchemaObjects (Type type);
abstract member GetSchemaObjects : Type -> seq<obj>
override this.GetSchemaObjects : Type -> seq<obj>
Public Iterator Overridable NotOverridable Function GetSchemaObjects (type As Type) As IEnumerable(Of Object)
Public Function GetSchemaObjects (type As Type) As IEnumerable(Of Object)

Parameters

type
Type

The type of static data to retrieve.

Returns

An enumerator over all instances of static data that have the given type. Returns Null or Empty list if there are no objects of the given type provided by this node.

Implements

Applies to