IProjectSchemaNode Interface

Definition

Interface that we expect all root classes from project schema XAML files to implement

public interface class IProjectSchemaNode
public interface IProjectSchemaNode
type IProjectSchemaNode = interface
Public Interface IProjectSchemaNode
Derived

Methods

GetSchemaObjects(Type)

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

GetSchemaObjectTypes()

Return all types of static data for data driven features this node contains

Applies to