TransactionContext.ContextInfo 属性

定义

上下文信息。 用于保存标记/值对

public:
 property System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ ContextInfo { System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<object,object> ContextInfo { get; }
member this.ContextInfo : System.Collections.Generic.Dictionary<obj, obj>
Public ReadOnly Property ContextInfo As Dictionary(Of Object, Object)

属性值

Dictionary<Object,Object>

object

适用于