Partager via


Propriété Data

Gets the IDictionary interface that stores help link and advanced information associated with the top-level message.

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Data As IDictionary
    Get
'Utilisation
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

Valeur de propriété

Type : System.Collections. . :: . .IDictionary
An IDictionary interface.

Notes

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.