IShellSectionController.SendPopped Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SendPopped() |
Obsolete.
|
SendPopped(Page) |
Obsolete.
|
SendPopped()
Caution
This API is now deprecated.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
public void SendPopped ();
abstract member SendPopped : unit -> unit
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Applies to
SendPopped(Page)
Caution
This API is now deprecated.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
public void SendPopped (Xamarin.Forms.Page page);
abstract member SendPopped : Xamarin.Forms.Page -> unit
Parameters
- page
- Page
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute