addWindowsDevice
Function
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): MauiWindowsPlatformResourceParameters
name string Returns
MauiWindowsPlatformResource Applies to
This function is an extension method on the following types: