IProjectSchemaNode Interface
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.
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 |