ElementTypeDescriptor.IncludeEmbeddingRelationshipProperties Method

For the specified model element, returns a value that indicates whether to add properties of the target element of any embedded relationships that do not allow duplicates.

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

Syntax

'Declaration
Protected Overridable Function IncludeEmbeddingRelationshipProperties ( _
    requestor As ModelElement _
) As Boolean
protected virtual bool IncludeEmbeddingRelationshipProperties(
    ModelElement requestor
)
protected:
virtual bool IncludeEmbeddingRelationshipProperties(
    ModelElement^ requestor
)
abstract IncludeEmbeddingRelationshipProperties : 
        requestor:ModelElement -> bool  
override IncludeEmbeddingRelationshipProperties : 
        requestor:ModelElement -> bool
protected function IncludeEmbeddingRelationshipProperties(
    requestor : ModelElement
) : boolean

Parameters

Return Value

Type: 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