ElementTypeDescriptor.IncludeCollectionRoleProperties(ModelElement) 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 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