Propriedade GraphObject.Properties

Propriedade que retorna uma enumeração de todas as anotações. A ordem da enumeração é aleatória.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
    Get
public IEnumerable<KeyValuePair<GraphProperty, Object>> Properties { get; }
public:
property IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ Properties {
    IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ get ();
}
member Properties : IEnumerable<KeyValuePair<GraphProperty, Object>>
function get Properties () : IEnumerable<KeyValuePair<GraphProperty, Object>>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<GraphProperty, Object>>

Segurança do .NET Framework

Consulte também

Referência

GraphObject Classe

Namespace Microsoft.VisualStudio.GraphModel