C# Class Windows.UI.Popups.MessageDialog

Inheritance: IMessageDialog
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
MessageDialog ( [ content ) : System
MessageDialog ( [ content, [ title ) : System
ShowAsync ( ) : IAsyncOperation

Method Details

MessageDialog() public method

public MessageDialog ( [ content ) : System
content [
return System

MessageDialog() public method

public MessageDialog ( [ content, [ title ) : System
content [
title [
return System

ShowAsync() public method

public ShowAsync ( ) : IAsyncOperation
return IAsyncOperation