ProtoPropertyValue Class
Visual Studio 2015
Contains the information necessary to populate an attribute value for a particular model element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ProtoPropertyValue(Guid, Object^) | Creates an instance of the ProtoPropertyValue class. |
![]() | ProtoPropertyValue(PropertyAssignment^) | Creates an instance of the ProtoPropertyValue class. |
| Name | Description | |
|---|---|---|
![]() | DomainPropertyId | Gets the Domain Property Id. |
![]() | PropertyValue | Gets the property value. |
| Name | Description | |
|---|---|---|
![]() | CreatePropertyAssignment(Partition^) | Creates an PropertyAssignment object for the property |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Renders ProtoPropertyValue data for serialization. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

