GraphObject.Properties 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 annotations. The order of the enumeration is random.
public:
property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^>> ^ Properties { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.GraphModel.GraphProperty,object>> Properties { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_Properties>d__5))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_Properties>d__5))>]
member this.Properties : seq<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.GraphModel.GraphProperty, obj>>
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
Property Value
- Attributes