Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get any XmlElementAppliesToDomainProperty links between a given XmlPropertyData and a DomainProperty.
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 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.