XmlClassData.ElementData Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property ElementData As LinkedElementCollection(Of XmlElementData)
'Usage
Dim instance As XmlClassData
Dim value As LinkedElementCollection(Of XmlElementData)
value = instance.ElementData
public LinkedElementCollection<XmlElementData> ElementData { get; }
public:
property LinkedElementCollection<XmlElementData^>^ ElementData {
LinkedElementCollection<XmlElementData^>^ get ();
}
public function get ElementData () : LinkedElementCollection<XmlElementData>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<XmlElementData>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.