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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProtoPropertyValue _
    Implements ISerializable
'Usage
Dim instance As ProtoPropertyValue
[SerializableAttribute]
public sealed class ProtoPropertyValue : ISerializable
[SerializableAttribute]
public ref class ProtoPropertyValue sealed : ISerializable
public final class ProtoPropertyValue implements ISerializable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ProtoPropertyValue

Thread Safety

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

See Also

Reference

ProtoPropertyValue Members

Microsoft.VisualStudio.Modeling Namespace