IElementVisitorFilter.ShouldVisitRolePlayer 方法
呼叫以要求篩選周遊期間,應該會造訪特定的角色扮演者
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Function ShouldVisitRolePlayer ( _
walker As ElementWalker, _
sourceElement As ModelElement, _
elementLink As ElementLink, _
targetDomainRole As DomainRoleInfo, _
targetRolePlayer As ModelElement _
) As VisitorFilterResult
VisitorFilterResult ShouldVisitRolePlayer(
ElementWalker walker,
ModelElement sourceElement,
ElementLink elementLink,
DomainRoleInfo targetDomainRole,
ModelElement targetRolePlayer
)
參數
- walker
型別:Microsoft.VisualStudio.Modeling.ElementWalker
目前周遊模型查核器
- sourceElement
型別:Microsoft.VisualStudio.Modeling.ModelElement
來源角色的模型項目
- elementLink
型別:Microsoft.VisualStudio.Modeling.ElementLink
形成到有問題的角色扮演者的關聯性的項目連結
- targetDomainRole
型別:Microsoft.VisualStudio.Modeling.DomainRoleInfo
目標網域的角色。
- targetRolePlayer
型別:Microsoft.VisualStudio.Modeling.ModelElement
在目標中扮演角色的關聯性的模型項目
傳回值
型別:Microsoft.VisualStudio.Modeling.VisitorFilterResult
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。