ElementTypeDescriptor.IncludeEmbeddingRelationshipProperties Method

Definition

For all the relationships this model element participate, return whether to display DomainProperty defined on the DomainRelationship if this is an embedded model element.

protected:
 virtual bool IncludeEmbeddingRelationshipProperties(Microsoft::VisualStudio::Modeling::ModelElement ^ requestor);
protected virtual bool IncludeEmbeddingRelationshipProperties (Microsoft.VisualStudio.Modeling.ModelElement requestor);
abstract member IncludeEmbeddingRelationshipProperties : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.IncludeEmbeddingRelationshipProperties : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Protected Overridable Function IncludeEmbeddingRelationshipProperties (requestor As ModelElement) As Boolean

Parameters

requestor
ModelElement

Returns

Applies to