CommentShapeTypeDescriptor Class
Specialized type descriptor for the CommentShape class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
System.ComponentModel::CustomTypeDescriptor
Microsoft.VisualStudio.Modeling.Design::ElementTypeDescriptor
Microsoft.VisualStudio.Modeling.Diagrams::PresentationElementTypeDescriptor
Microsoft.VisualStudio.Modeling.Diagrams::CommentShapeTypeDescriptor
| Name | Description | |
|---|---|---|
![]() | CommentShapeTypeDescriptor(ICustomTypeDescriptor^, CommentShape^) | |
![]() | CommentShapeTypeDescriptor(ICustomTypeDescriptor^, PresentationElement^, ModelElement^) | Obsolete.Creates a new CommentShapeTypeDescriptor. |
| Name | Description | |
|---|---|---|
![]() | ComponentType | Gets the Type of the model element that this class is representing.(Inherited from ElementTypeDescriptor.) |
![]() | ModelElement | Gets the model element that this class is representing.(Inherited from ElementTypeDescriptor.) |
![]() | PresentationElement | Returns the presentation model element described by this descriptor(Inherited from PresentationElementTypeDescriptor.) |
![]() | RepresentedModelElement | (Inherited from PresentationElementTypeDescriptor.) |
![]() | Store | (Inherited from ElementTypeDescriptor.) |
| Name | Description | |
|---|---|---|
![]() | CollectionRolePropertiesBrowsable(ModelElement^) | For all the relationships this model element participate, return whether any PropertyDescriptor for Collection properties based on roles is Browsable(Inherited from ElementTypeDescriptor.) |
![]() | CreateCollectionPropertyDescriptor(ModelElement^, DomainRoleInfo^, array<Attribute^>^) | (Inherited from ElementTypeDescriptor.) |
![]() | CreatePropertyDescriptor(ModelElement^, DomainPropertyInfo^, array<Attribute^>^) | Creates a descriptor for a property of a model element.(Inherited from ElementTypeDescriptor.) |
![]() | CreateRolePlayerPropertyDescriptor(ModelElement^, DomainRoleInfo^, array<Attribute^>^) | Creates a descriptor for a role property of a model element.(Inherited from ElementTypeDescriptor.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAttributes() | (Inherited from CustomTypeDescriptor.) |
![]() | GetCategory(ElementPropertyDescriptor^) | Returns a localized string for the category of a domain property.(Inherited from ElementTypeDescriptor.) |
![]() | GetClassName() | Gets the class name displayed in the property grid.(Inherited from PresentationElementTypeDescriptor.) |
![]() | GetComponentName() | Gets the component name displayed in the property grid.(Inherited from PresentationElementTypeDescriptor.) |
![]() | GetConverter() | (Inherited from CustomTypeDescriptor.) |
![]() | GetDefaultEvent() | (Inherited from CustomTypeDescriptor.) |
![]() | GetDefaultProperty() | (Inherited from CustomTypeDescriptor.) |
![]() | GetDescription(ElementPropertyDescriptor^) | Description associated with the given property descriptor.(Overrides ElementTypeDescriptor::GetDescription(ElementPropertyDescriptor^).) |
![]() | GetDisplayProperties(ModelElement^, PropertyDescriptor^) | Returns a collection of property descriptors for all the properties of a model element.(Inherited from ElementTypeDescriptor.) |
![]() | GetDisplayProperties(ModelElement^, Store^, PropertyDescriptor^) | Returns a list of property descriptors corresponding to each domain property(Inherited from ElementTypeDescriptor.) |
![]() | GetDomainClassInfo(ModelElement^) | Return the domain class info for the type of element being described.(Inherited from ElementTypeDescriptor.) |
![]() | GetDomainPropertyAttributes(DomainPropertyInfo^) | Returns an array of the custom attributes that are applied to the described property.(Inherited from ElementTypeDescriptor.) |
![]() | GetEditor(Type^) | (Inherited from CustomTypeDescriptor.) |
![]() | GetEvents() | (Inherited from CustomTypeDescriptor.) |
![]() | GetEvents(array<Attribute^>^) | (Inherited from CustomTypeDescriptor.) |
![]() | GetExtensionProperties(ModelElement^, array<Attribute^>^) | Returns the property descriptors for any extension elements(Inherited from ElementTypeDescriptor.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProperties() | Returns a collection of domain property descriptors that contains all the properties of the described type.(Inherited from ElementTypeDescriptor.) |
![]() | GetProperties(array<Attribute^>^) | Returns the properties for this instance of a component using the attribute array as a filter.(Inherited from PresentationElementTypeDescriptor.) |
![]() | GetPropertyDescriptorDisplayName(ElementPropertyDescriptor^) | Returns a localized string for the display name of a domain property.(Inherited from ElementTypeDescriptor.) |
![]() | GetPropertyOwner(PropertyDescriptor^) | (Inherited from CustomTypeDescriptor.) |
![]() | GetRolePlayerPropertyAttributes(DomainRoleInfo^) | Returns an array of the custom attributes that are applied to the described role property.(Inherited from ElementTypeDescriptor.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IncludeCollectionRoleProperties(ModelElement^) | For all the relationships this model element participate, return whether to provide a PropertyDescriptor for Collection properties based on roles.(Inherited from ElementTypeDescriptor.) |
![]() | IncludeEmbeddingRelationshipProperties(ModelElement^) | 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.(Inherited from ElementTypeDescriptor.) |
![]() | IncludeOppositeRolePlayerProperties(ModelElement^) | For all the relationships this model element participate, return whether to display the opposite role player's ElementName property if there's one(Inherited from PresentationElementTypeDescriptor.) |
![]() | IsPropertyDescriptorReadOnly(ElementPropertyDescriptor^) | Returns a value that indicates whether the described property is read-only.(Inherited from ElementTypeDescriptor.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ShouldCreateCollectionPropertyDescriptor(ModelElement^, DomainRoleInfo^) | For the relationship and the instance level role players involved, return whether to create a property descriptor for the collections(Inherited from ElementTypeDescriptor.) |
![]() | ShouldCreatePropertyDescriptor(ModelElement^, DomainPropertyInfo^) | Returns a value that indicates whether a descriptor should be created for the specified domain property.(Inherited from ElementTypeDescriptor.) |
![]() | ShouldCreateRolePlayerPropertyDescriptor(ModelElement^, DomainRoleInfo^) | Returns a value that indicates whether a descriptor should be created for the specified role property.(Inherited from ElementTypeDescriptor.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



