Skip to content
Docs Try Aspire

addWindowsDevice

Function
📦 Aspire.Hosting.Maui v13.2.0-preview.1.26159.1
interface MauiProjectResource {
// ... omitted for brevity
addWindowsDevice(name: string): MauiWindowsPlatformResource;
}

Signature

method addWindowsDevice builder
Adds a Windows platform resource for a .NET MAUI project.
addWindowsDevice(name: string): MauiWindowsPlatformResource
name string
MauiWindowsPlatformResource

Applies to

This function is an extension method on the following types: