PropertyAssignment Constructor

Initializes a new instance of the PropertyAssignment class.

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

Syntax

'宣言
Public Sub New ( _
    domainPropertyId As Guid, _
    value As Object _
)
'使用
Dim domainPropertyId As Guid
Dim value As Object

Dim instance As New PropertyAssignment(domainPropertyId, _
    value)
public PropertyAssignment(
    Guid domainPropertyId,
    Object value
)
public:
PropertyAssignment(
    Guid domainPropertyId, 
    Object^ value
)
public function PropertyAssignment(
    domainPropertyId : Guid, 
    value : Object
)

Parameters

  • domainPropertyId
    Type: System.Guid

    ID of the domain property to be assigned.

Permissions

See Also

Reference

PropertyAssignment Class

PropertyAssignment Members

Microsoft.VisualStudio.Modeling Namespace