Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Function ShouldVisitLinkAgain ( _
link As ElementLink, _
currentElement As ModelElement _
) As Boolean
'使用
Dim link As ElementLink
Dim currentElement As ModelElement
Dim returnValue As Boolean
returnValue = Me.ShouldVisitLinkAgain(link, _
currentElement)
protected bool ShouldVisitLinkAgain(
ElementLink link,
ModelElement currentElement
)
protected:
bool ShouldVisitLinkAgain(
ElementLink^ link,
ModelElement^ currentElement
)
protected function ShouldVisitLinkAgain(
link : ElementLink,
currentElement : ModelElement
) : boolean
Parameters
- link
Type: Microsoft.VisualStudio.Modeling.ElementLink
- currentElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: System.Boolean
Permissions
- 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.