MauiAndroidDeviceResource(String, MauiProjectResource) Constructor
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.
A resource that represents an Android physical device for running a .NET MAUI application.
public MauiAndroidDeviceResource(string name, Aspire.Hosting.Maui.MauiProjectResource parent);
new Aspire.Hosting.Maui.MauiAndroidDeviceResource : string * Aspire.Hosting.Maui.MauiProjectResource -> Aspire.Hosting.Maui.MauiAndroidDeviceResource
Public Sub New (name As String, parent As MauiProjectResource)
Parameters
- name
- String
The name of the Android device resource.
- parent
- MauiProjectResource
The parent MAUI project resource.