Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the error message information being copied.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public ReadOnly Property ClipboardText As String
Get
'Usage
Dim instance As CopyToClipboardEventArgs
Dim value As String
value = instance.ClipboardText
public string ClipboardText { get; }
public:
property String^ ClipboardText {
String^ get ();
}
member ClipboardText : string
function get ClipboardText () : String
Property Value
Type: System.String
A String value.