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; }
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