Rule.GetSchemaObjectTypes 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<Type ^> ^ GetSchemaObjectTypes();
public System.Collections.Generic.IEnumerable<Type> GetSchemaObjectTypes ();
abstract member GetSchemaObjectTypes : unit -> seq<Type>
override this.GetSchemaObjectTypes : unit -> seq<Type>
Public Iterator Overridable NotOverridable Function GetSchemaObjectTypes () As IEnumerable(Of Type)
Public Function GetSchemaObjectTypes () As IEnumerable(Of Type)
Returns
Returns an enumerator over all types of static data for the data-driven features that this node contains.