Partilhar via


Propriedade GraphUndoUnit.ScopeProperties

O saco da propriedade associada com este desfaz a unidade.

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

Sintaxe

'Declaração
Public ReadOnly Property ScopeProperties As Dictionary(Of Object, Object)
public Dictionary<Object, Object> ScopeProperties { get; }
public:
property Dictionary<Object^, Object^>^ ScopeProperties {
    Dictionary<Object^, Object^>^ get ();
}
member ScopeProperties : Dictionary<Object, Object>
function get ScopeProperties () : Dictionary<Object, Object>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<Object, Object>
Retorna Dictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

GraphUndoUnit Classe

Namespace Microsoft.VisualStudio.GraphModel