XmlElementAppliesToDomainProperty.GetLinks Method
Get any XmlElementAppliesToDomainProperty links between a given XmlPropertyData and a DomainProperty.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaração
Public Shared Function GetLinks ( _
source As XmlPropertyData, _
target As DomainProperty _
) As ReadOnlyCollection(Of XmlElementAppliesToDomainProperty)
public static ReadOnlyCollection<XmlElementAppliesToDomainProperty> GetLinks(
XmlPropertyData source,
DomainProperty target
)
public:
static ReadOnlyCollection<XmlElementAppliesToDomainProperty^>^ GetLinks(
XmlPropertyData^ source,
DomainProperty^ target
)
static member GetLinks :
source:XmlPropertyData *
target:DomainProperty -> ReadOnlyCollection<XmlElementAppliesToDomainProperty>
public static function GetLinks(
source : XmlPropertyData,
target : DomainProperty
) : ReadOnlyCollection<XmlElementAppliesToDomainProperty>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<XmlElementAppliesToDomainProperty>
.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.