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