PropertyAssignment(Guid, Object) 构造函数

定义

初始化 PropertyAssignment 类的新实例。

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)

参数

domainPropertyId
Guid

要分配的域属性的 ID。

value
Object

要赋给属性的值。

属性

适用于