GraphObject.PropertyValues Property

Definition

Property that returns an enumeration of all annotation values. The order of the enumeration is random.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Object ^> ^ PropertyValues { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<object> PropertyValues { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_PropertyValues>d__9))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_PropertyValues>d__9))>]
member this.PropertyValues : seq<obj>
Public Overridable ReadOnly Property PropertyValues As IEnumerable(Of Object)

Property Value

Attributes

Applies to