ProjectSchemaDefinitions.Nodes Property
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.
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
The list of nodes for this schema definition.