PropertyAssignment(Guid, Object) Constructor
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.
Initializes a new instance of the PropertyAssignment class.
public:
PropertyAssignment(Guid domainPropertyId, System::Object ^ value);
[System.Diagnostics.DebuggerStepThrough]
public PropertyAssignment (Guid domainPropertyId, object value);
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.VisualStudio.Modeling.PropertyAssignment : Guid * obj -> Microsoft.VisualStudio.Modeling.PropertyAssignment
Public Sub New (domainPropertyId As Guid, value As Object)
Parameters
- domainPropertyId
- Guid
ID of the domain property to be assigned.
- value
- Object
Value to be assigned to the property.
- Attributes