IProjectSchemaNode.GetSchemaObjects(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.
Returns all instances of static data with Type "type". Null or Empty list if there is no objects from asked type provided by this node
public:
System::Collections::Generic::IEnumerable<System::Object ^> ^ GetSchemaObjects(Type ^ type);
public System.Collections.Generic.IEnumerable<object> GetSchemaObjects (Type type);
abstract member GetSchemaObjects : Type -> seq<obj>
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 no objects of the given type are provided by this node.