ClassHasElementMergeDirectives.GetLinkToDirectiveOf Method
Get the ClassHasElementMergeDirectives link to a ElementMergeDirective.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaración
Public Shared Function GetLinkToDirectiveOf ( _
directiveInstance As ElementMergeDirective _
) As ClassHasElementMergeDirectives
public static ClassHasElementMergeDirectives GetLinkToDirectiveOf(
ElementMergeDirective directiveInstance
)
public:
static ClassHasElementMergeDirectives^ GetLinkToDirectiveOf(
ElementMergeDirective^ directiveInstance
)
static member GetLinkToDirectiveOf :
directiveInstance:ElementMergeDirective -> ClassHasElementMergeDirectives
public static function GetLinkToDirectiveOf(
directiveInstance : ElementMergeDirective
) : ClassHasElementMergeDirectives
Parameters
- directiveInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasElementMergeDirectives
.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.