ProjectSchemaDefinitions.Nodes Property

Definition

Collection of any schema node

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::IProjectSchemaNode ^> ^ Nodes { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::IProjectSchemaNode ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::IProjectSchemaNode ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode> Nodes { get; set; }
member this.Nodes : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode> with get, set
Public Property Nodes As List(Of IProjectSchemaNode)

Property Value

List<IProjectSchemaNode>

The list of nodes for this schema definition.

Applies to