This topic has not yet been rated - Rate this topic

ElementTypeDescriptor.IncludeEmbeddingRelationshipProperties Method

Updated: July 2008

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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
protected virtual bool IncludeEmbeddingRelationshipProperties(
	ModelElement requestor
)

Parameters

requestor
Type: Microsoft.VisualStudio.Modeling.ModelElement

The model element to return a value for.

Return Value

Type: System.Boolean
true in all cases.

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

Date

History

Reason

July 2008

Added topic.

Content bug fix.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.