EditorHasValidation.GetLink Method
Get the one EditorHasValidation link between a given Editorand a Validation.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
声明
Public Shared Function GetLink ( _
source As Editor, _
target As Validation _
) As EditorHasValidation
public static EditorHasValidation GetLink(
Editor source,
Validation target
)
public:
static EditorHasValidation^ GetLink(
Editor^ source,
Validation^ target
)
static member GetLink :
source:Editor *
target:Validation -> EditorHasValidation
public static function GetLink(
source : Editor,
target : Validation
) : EditorHasValidation
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation
.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.