TransactionContext.ContextInfo-Eigenschaft

Ruft die Kontextinformationen ab.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property ContextInfo As Dictionary(Of Object, Object)
public Dictionary<Object, Object> ContextInfo { get; }

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<Object, Object>
Ein Dictionary-Objekt.

Hinweise

Dies wird verwendet, um Tag-/Wert-Paare enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

TransactionContext Klasse

Microsoft.VisualStudio.Modeling-Namespace