Data 属性
Gets the IDictionary interface that stores help link and advanced information associated with the top-level message.
命名空间: Microsoft.SqlServer.MessageBox
程序集: Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)
语法
声明
Public ReadOnly Property Data As IDictionary
Get
用法
Dim instance As ExceptionMessageBox
Dim value As IDictionary
value = instance.Data
public IDictionary Data { get; }
public:
property IDictionary^ Data {
IDictionary^ get ();
}
member Data : IDictionary
function get Data () : IDictionary
属性值
类型:System.Collections. . :: . .IDictionary
An IDictionary interface.
注释
The Data property is read-only.
Entries in the dictionary can be added and removed by using methods on the IDictionary interface returned by the Data property.