Číst v angličtině

Sdílet prostřednictvím


ElementTypeDescriptor.IncludeOppositeRolePlayerProperties Method

For the specified model element, returns a value that indicates whether to add role properties for zero-to-one and one-to-one relationships.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

protected virtual bool IncludeOppositeRolePlayerProperties(
    ModelElement requestor
)

Parameters

Return Value

Type: System.Boolean
true in all cases.

Remarks

In a derived class, you can override this method to customize the behavior of your domain-specific language.

.NET Framework Security

See Also

Reference

ElementTypeDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace