ElementTypeDescriptor.IncludeEmbeddingRelationshipProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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