ProtoPropertyValue Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| ProtoPropertyValue(PropertyAssignment) |
Erstellt eine Instanz der protopropertyvalue-Klasse. |
| ProtoPropertyValue(Guid, Object) |
Erstellt eine Instanz der protopropertyvalue-Klasse. |
ProtoPropertyValue(PropertyAssignment)
Erstellt eine Instanz der protopropertyvalue-Klasse.
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)
Parameter
- assignment
- PropertyAssignment
Propertyzuweisung mit den Daten für die Eigenschaft
Gilt für
ProtoPropertyValue(Guid, Object)
Erstellt eine Instanz der protopropertyvalue-Klasse.
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)
Parameter
- domainPropertyId
- Guid
Die Domänen-PropertyId der Eigenschaft.
- propertyValue
- Object
Der Wert der Eigenschaft.