CustomPropertyDescriptor Class

 

DomainRelationship CustomPropertyDescriptor Relates a type descriptor to a property path, thereby defining a custom property descriptor.

Namespace:   Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::ModelElement
    Microsoft.VisualStudio.Modeling::ElementLink
      Microsoft.VisualStudio.Modeling.DslDefinition::CustomPropertyDescriptor

[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor.DisplayName", 
	(DslDefinitionModelDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor.Description", 
	(DslDefinitionModelDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainModelOwnerAttribute((DslDefinitionModelDomainModel^::typeid))]
[CLSCompliantAttribute(true)]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DomainObjectIdAttribute("7ca5645c-dca6-4128-8864-b70deacb107d")]
public ref class CustomPropertyDescriptor sealed : ElementLink

NameDescription
System_CAPS_pubpropertyCategory

Gets or sets the value of Category domain property. Category under which the property appears in the properties window.

System_CAPS_pubpropertyDisplayName

Gets or sets the value of DisplayName domain property. The name that will be displayed in the generated designer for the property.

System_CAPS_pubpropertyDistantPropertyPath

DomainRole DistantPropertyPath

System_CAPS_pubpropertyGeneratesCustomPropertyDescriptor

Gets or sets the value of GeneratesCustomPropertyDescriptor domain property. If True, a custom property descriptor is generated.

System_CAPS_pubpropertyId

Gets the ID of the element.(Inherited from ModelElement.)

System_CAPS_pubpropertyIsActive

Gets the IsActive flag and verifies to see whether the element is active.(Inherited from ModelElement.)

System_CAPS_pubpropertyIsDeleted

Gets the IsDeleted flag and checks to see whether the element has been deleted from the model.(Inherited from ModelElement.)

System_CAPS_pubpropertyIsDeleting

Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model.(Inherited from ModelElement.)

System_CAPS_pubpropertyIsUIReadOnly

Gets or sets the value of IsUIReadOnly domain property. If True, the property can not be edited through the UI when browsed.

System_CAPS_pubpropertyLinkedElements

Gets a read-only collection of elements connected by this element link.(Inherited from ElementLink.)

System_CAPS_pubpropertyPartition

Gets or sets the Partition that contains the element.(Inherited from ModelElement.)

System_CAPS_pubpropertyStore

Gets the Store that contains the element.(Inherited from ModelElement.)

System_CAPS_pubpropertyTypeDescriptor

DomainRole TypeDescriptor Paths identifying properties to be included in the type descriptor.

NameDescription
System_CAPS_pubmethodCopy()

Creates a copy of the element in the model.(Inherited from ModelElement.)

System_CAPS_pubmethodCopy(IEnumerable<Guid>^)

Creates a copy of the element and its child links and elements. (Inherited from ModelElement.)

System_CAPS_pubmethodDelete()

Deletes an element from the model.(Inherited from ModelElement.)

System_CAPS_pubmethodDelete(array<Guid>^)

Deletes an element from the model.(Inherited from ModelElement.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetDomainClass()

Gets the most-derived domain class for this element.(Inherited from ModelElement.)

System_CAPS_pubmethodGetDomainRelationship()

Gets the domain relationship that this link instantiates.(Inherited from ElementLink.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetLink(DomainTypeDescriptor^, PropertyPath^)

Get the one CustomPropertyDescriptor link between a given DomainTypeDescriptorand a PropertyPath.

System_CAPS_pubmethodSystem_CAPS_staticGetLinks(DomainTypeDescriptor^, PropertyPath^)

Get any CustomPropertyDescriptor links between a given DomainTypeDescriptor and a PropertyPath.

System_CAPS_pubmethodSystem_CAPS_staticGetLinksToPathsOfCustomPropertyDescriptors(DomainTypeDescriptor^)

Get the list of CustomPropertyDescriptor links to a DomainTypeDescriptor.

System_CAPS_pubmethodSystem_CAPS_staticGetLinkToTypeDescriptor(PropertyPath^)

Get the CustomPropertyDescriptor link to a PropertyPath.

System_CAPS_pubmethodSystem_CAPS_staticGetPathsOfCustomPropertyDescriptors(DomainTypeDescriptor^)

Gets a list of PathsOfCustomPropertyDescriptors.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetTypeDescriptor(PropertyPath^)

Gets TypeDescriptor.

System_CAPS_pubmethodMoveBefore(DomainRoleInfo^, ElementLink^)

Change the order of links connected to an element, moving this link before another.(Inherited from ElementLink.)

System_CAPS_pubmethodMoveToIndex(DomainRoleInfo^, Int32)

Move this link to a specified index position in the list.(Inherited from ElementLink.)

System_CAPS_protmethodOnCopy(ModelElement^)

Called when this element has been created as a copy of another element.(Inherited from ModelElement.)

System_CAPS_protmethodOnDeleted()

Called when this element has been deleted from the model.(Inherited from ModelElement.)

System_CAPS_protmethodOnDeleting()

Called when this element is about to be deleted.(Inherited from ModelElement.)

System_CAPS_protmethodOnResurrected()

Called when this element has been added back to a model.(Inherited from ModelElement.)

System_CAPS_protmethodOnRolePlayerPositionChanged(DomainRoleInfo^, ElementLink^, Int32, Int32)

Called when the position of a role has changed.(Inherited from ModelElement.)

System_CAPS_protmethodOnRolePlayerPositionChanging(DomainRoleInfo^, ElementLink^, Int32, Int32)

Called when a role player position is about to change.(Inherited from ModelElement.)

System_CAPS_pubmethodSystem_CAPS_staticSetTypeDescriptor(PropertyPath^, DomainTypeDescriptor^)

Sets TypeDescriptor.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCategoryDomainPropertyId

Category domain property Id.

System_CAPS_pubfieldSystem_CAPS_staticDisplayNameDomainPropertyId

DisplayName domain property Id.

System_CAPS_pubfieldSystem_CAPS_staticDistantPropertyPathDomainRoleId

DistantPropertyPath domain role Id.

System_CAPS_pubfieldSystem_CAPS_staticDomainClassId

CustomPropertyDescriptor domain class Id.

System_CAPS_pubfieldSystem_CAPS_staticGeneratesCustomPropertyDescriptorDomainPropertyId

GeneratesCustomPropertyDescriptor domain property Id.

System_CAPS_pubfieldSystem_CAPS_staticIsUIReadOnlyDomainPropertyId

IsUIReadOnly domain property Id.

System_CAPS_pubfieldSystem_CAPS_staticTypeDescriptorDomainRoleId

TypeDescriptor domain role Id.

NameDescription
System_CAPS_pubmethodAddExtension(DomainClassInfo^)

Overloaded. Extend this ModelElement with a newly instantiated extension of the specified domain type. An InvalidOperationException will be thrown if the element already has an extension of that type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodAddExtension(ExtensionElement^)

Overloaded. Extend this ModelElement with a specific extension. An InvalidOperationException will be thrown if the element already has an extension of the same type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodAddExtension(Guid)

Overloaded. Extend this ModelElement with newly instantiated extension of the identified domain type. An InvalidOperationException will be thrown if the element already has an extension of that type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodAddExtension(Type^)

Overloaded. Extend this ModelElement with a newly instantiated extension of the specified type. An InvalidOperationException will be thrown if the element already has an extension of that type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodAddExtension<T>()

Overloaded. Extend this ModelElement with a newly instantiated extension of a particular type. An InvalidOperationException will be thrown if the element already has an extension of the same type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodCanDelete(array<Guid>^)

Deletes the element from the model.(Defined by ImmutabilityExtensionMethods.)

System_CAPS_pubmethodGetAllExtensions()

Return an enumerable that performs a breadth first traversal across the tree of extension elements embedded in this ModelElement.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetBaseElement()

Returns the root of the virtual MEL in which the specified ModelElement is participating.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetExtension(DomainClassInfo^)

Overloaded. (Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetExtension(Guid)

Overloaded. (Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetExtension(Type^)

Overloaded. Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If the element has no such extension then an InvalidOperationException will be raised.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetExtension<T>()

Overloaded. Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If the element has no such extension then an InvalidOperationException will be raised.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodGetLocks()

Overloaded. Get the lock flags for this element. This will include any locks enabled on the Partition containing the element.(Defined by ImmutabilityExtensionMethods.)

System_CAPS_pubmethodIsExtendedBy(DomainClassInfo^)

Overloaded. Query whether this ModelElement is currently extended by an ExtensionElement of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodIsExtendedBy(Guid)

Overloaded. Query whether this ModelElement is currently extended by an ExtensionElement of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodIsExtendedBy(Type^)

Overloaded. Query whether this ModelElement is currently extended by an ExtensionElement of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodIsLocked(Locks)

Overloaded. Test whether this element has any of a specified set of locks(Defined by ImmutabilityExtensionMethods.)

System_CAPS_pubmethodRemoveExtension(DomainClassInfo^)

Overloaded. Remove any extension of the specified ModelElement that is of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodRemoveExtension(ExtensionElement^)

Overloaded. Remove a specified ExtensionElement from the extensions of this ModelElement.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodRemoveExtension(Guid)

Overloaded. Remove any extension of the specified ModelElement that is of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodRemoveExtension(Type^)

Overloaded. Remove any extension of this ModelElement that is of a particular type.(Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodSetLocks(Locks)

Overloaded. Set the lock flags of this element(Defined by ImmutabilityExtensionMethods.)

System_CAPS_pubmethodTryGetExtension(DomainClassInfo^)

Overloaded. (Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodTryGetExtension(Guid)

Overloaded. (Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodTryGetExtension(Type^)

Overloaded. (Defined by ModelElementExtensionMethods.)

System_CAPS_pubmethodTryGetExtension<T>()

Overloaded. Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If this element has no such extension then the result will be null.(Defined by ModelElementExtensionMethods.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: