ProtoPropertyValue Class

 

Contains the information necessary to populate an attribute value for a particular model element.

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

System::Object
  Microsoft.VisualStudio.Modeling::ProtoPropertyValue

[SerializableAttribute]
public ref class ProtoPropertyValue sealed : ISerializable

NameDescription
System_CAPS_pubmethodProtoPropertyValue(Guid, Object^)

Creates an instance of the ProtoPropertyValue class.

System_CAPS_pubmethodProtoPropertyValue(PropertyAssignment^)

Creates an instance of the ProtoPropertyValue class.

NameDescription
System_CAPS_pubpropertyDomainPropertyId

Gets the Domain Property Id.

System_CAPS_pubpropertyPropertyValue

Gets the property value.

NameDescription
System_CAPS_pubmethodCreatePropertyAssignment(Partition^)

Creates an PropertyAssignment object for the property

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Renders ProtoPropertyValue data for serialization.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: