Share via


ProtoPropertyValue Constructors

Definition

Overloads

ProtoPropertyValue(PropertyAssignment)

Creates an instance of the ProtoPropertyValue class.

ProtoPropertyValue(Guid, Object)

Creates an instance of the ProtoPropertyValue class.

ProtoPropertyValue(PropertyAssignment)

Creates an instance of the ProtoPropertyValue class.

public:
 ProtoPropertyValue(Microsoft::VisualStudio::Modeling::PropertyAssignment ^ assignment);
public ProtoPropertyValue (Microsoft.VisualStudio.Modeling.PropertyAssignment assignment);
new Microsoft.VisualStudio.Modeling.ProtoPropertyValue : Microsoft.VisualStudio.Modeling.PropertyAssignment -> Microsoft.VisualStudio.Modeling.ProtoPropertyValue
Public Sub New (assignment As PropertyAssignment)

Parameters

assignment
PropertyAssignment

PropertyAssignment containing the data for the property

Applies to

ProtoPropertyValue(Guid, Object)

Creates an instance of the ProtoPropertyValue class.

public:
 ProtoPropertyValue(Guid domainPropertyId, System::Object ^ propertyValue);
public ProtoPropertyValue (Guid domainPropertyId, object propertyValue);
new Microsoft.VisualStudio.Modeling.ProtoPropertyValue : Guid * obj -> Microsoft.VisualStudio.Modeling.ProtoPropertyValue
Public Sub New (domainPropertyId As Guid, propertyValue As Object)

Parameters

domainPropertyId
Guid

The domain propertyId of the property.

propertyValue
Object

The value of the property.

Applies to