Share via


XmlClassData.ElementData Property

Definition

Gets a list of ElementData. Xml serialization configuration data for elements of the class.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::XmlElementData ^> ^ ElementData { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::XmlElementData ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.XmlElementData> ElementData { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ElementData : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.XmlElementData>
Public ReadOnly Property ElementData As LinkedElementCollection(Of XmlElementData)

Property Value

Attributes

Applies to