GraphObject.PropertyValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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