MessageDialog.Content Property

Gets or sets the message to be displayed to the user.

Syntax

public:
property String^ Content {
         String^ get ();
         void set (String^ value);
}  

Property value

Type: String 

  The message to be displayed to the user.

Remarks

Use the content to convey the objective of the dialog. Present the message, error or blocking question as simply as possible without extraneous information.

When a title is used, use the content to present additional information helpful to understanding or using the dialog. You can use this area to provide more detail or define terminology. Don’t repeat the title with slightly different wording.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

MessageDialog Class

MessageDialog Members

Windows.UI.Popups Namespace