Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of ElementData.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetElementData ( _
    element As XmlClassData _
) As LinkedElementCollection(Of XmlElementData)
public static LinkedElementCollection<XmlElementData> GetElementData(
    XmlClassData element
)
public:
static LinkedElementCollection<XmlElementData^>^ GetElementData(
    XmlClassData^ element
)
static member GetElementData : 
        element:XmlClassData -> LinkedElementCollection<XmlElementData> 
public static function GetElementData(
    element : XmlClassData
) : LinkedElementCollection<XmlElementData>
Parameters
Return 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.