다음을 통해 공유


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.