IProjectSchemaNode.GetSchemaObjectTypes Method

Definition

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.

Applies to