PropertyAssignment Class

 

Represents a property assignment pair that consists of property ID and a property value.

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

System::Object
  Microsoft.VisualStudio.Modeling::PropertyAssignment

public ref class PropertyAssignment sealed 

NameDescription
System_CAPS_pubmethodPropertyAssignment(Guid, Object^)

Initializes a new instance of the PropertyAssignment class.

NameDescription
System_CAPS_pubpropertyPropertyId

Gets the ID of the domain property to assign a value.

System_CAPS_pubpropertyValue

Gets the value to be assigned to the property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: