XamlResourceIdAttribute(String, String, Type) Constructor

Definition

Creates a new XamlResourceIdAttribute.

public:
 XamlResourceIdAttribute(System::String ^ resourceId, System::String ^ path, Type ^ type);
public XamlResourceIdAttribute(string resourceId, string path, Type type);
new Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute : string * string * Type -> Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute
Public Sub New (resourceId As String, path As String, type As Type)

Parameters

resourceId
String

The embedded resource identifier.

path
String

The project path to the XAML file.

type
Type

The type associated with the XAML resource.

Remarks

For internal use by the XAML infrastructure.

Applies to