AttributedDomainElementHasAttributes.GetLink Method
Get the one AttributedDomainElementHasAttributes link between a given AttributedDomainElementand a ClrAttribute.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLink ( _
source As AttributedDomainElement, _
target As ClrAttribute _
) As AttributedDomainElementHasAttributes
public static AttributedDomainElementHasAttributes GetLink(
AttributedDomainElement source,
ClrAttribute target
)
public:
static AttributedDomainElementHasAttributes^ GetLink(
AttributedDomainElement^ source,
ClrAttribute^ target
)
static member GetLink :
source:AttributedDomainElement *
target:ClrAttribute -> AttributedDomainElementHasAttributes
public static function GetLink(
source : AttributedDomainElement,
target : ClrAttribute
) : AttributedDomainElementHasAttributes
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElementHasAttributes
.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.