PropertyAssignment Class
Represents a property assignment pair that consists of property ID and a property value.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyAssignment(Guid, Object^) | Initializes a new instance of the PropertyAssignment class. |
| Name | Description | |
|---|---|---|
![]() | PropertyId | Gets the ID of the domain property to assign a value. |
![]() | Value | Gets the value to be assigned to the property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is used in element constructors to initialize the properties of the element at creation time.
Constructors that accept an array of property assignments allow property values to be assigned when the model element or a subclass is created.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

