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; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode> Nodes { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Nodes : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode> with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
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.

Attributes

Applies to