C# Class InteractiveToastExtensions.ToastInput

Inheritance: ActionItem
Mostrar archivo Open project: ScottIsAFool/InteractiveToastExtensions Class Usage Examples

Public Methods

Method Description
AddSelection ( string id, string content ) : void
ToastInput ( string id, ToastInputType toastInputType ) : System

Private Methods

Method Description
GetXml ( ) : string

Method Details

AddSelection() public method

public AddSelection ( string id, string content ) : void
id string
content string
return void

ToastInput() public method

public ToastInput ( string id, ToastInputType toastInputType ) : System
id string
toastInputType ToastInputType
return System