共用方式為


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.