RuleBag.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.
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 no objects of the given type are provided by this node.