ProtoPropertyValue.PropertyValue Property

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

Syntax

'宣言
Public ReadOnly Property PropertyValue As Object
'使用
Dim instance As ProtoPropertyValue
Dim value As Object

value = instance.PropertyValue
public Object PropertyValue { get; }
public:
property Object^ PropertyValue {
    Object^ get ();
}
public function get PropertyValue () : Object

Property Value

Type: System.Object

Permissions

See Also

Reference

ProtoPropertyValue Class

ProtoPropertyValue Members

Microsoft.VisualStudio.Modeling Namespace