ElementTypeDescriptor.IncludeCollectionRoleProperties(ModelElement) Method

Definition

For all the relationships this model element participate, return whether to provide a PropertyDescriptor for Collection properties based on roles.

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

Parameters

requestor
ModelElement

Returns

Applies to