PresentationElementTypeDescriptor.IncludeOppositeRolePlayerProperties Method
For all the relationships this model element participate, return whether to display the opposite role player's ElementName property if there's one
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Protected Overrides Function IncludeOppositeRolePlayerProperties ( _
requestor As ModelElement _
) As Boolean
protected override bool IncludeOppositeRolePlayerProperties(
ModelElement requestor
)
protected:
virtual bool IncludeOppositeRolePlayerProperties(
ModelElement^ requestor
) override
abstract IncludeOppositeRolePlayerProperties :
requestor:ModelElement -> bool
override IncludeOppositeRolePlayerProperties :
requestor:ModelElement -> bool
protected override function IncludeOppositeRolePlayerProperties(
requestor : ModelElement
) : boolean
Parameters
- requestor
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: System.Boolean
.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.