XmlClassDataHasXmlElementData.GetLinksToElementData(XmlClassData) Method
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.
Get the list of XmlClassDataHasXmlElementData links to a XmlClassData.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::XmlClassDataHasXmlElementData ^> ^ GetLinksToElementData(Microsoft::VisualStudio::Modeling::DslDefinition::XmlClassData ^ xmlClassDataInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataHasXmlElementData> GetLinksToElementData (Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData xmlClassDataInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToElementData : Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataHasXmlElementData>
Public Shared Function GetLinksToElementData (xmlClassDataInstance As XmlClassData) As ReadOnlyCollection(Of XmlClassDataHasXmlElementData)
Parameters
- xmlClassDataInstance
- XmlClassData
Returns
- Attributes