XamlResourceIdAttribute(String, String, Type) 构造函数

定义

供 XAML 基础结构内部使用。

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)

参数

resourceId
String

供 XAML 基础结构内部使用。

path
String

供 XAML 基础结构内部使用。

type
Type

供 XAML 基础结构内部使用。

注解

供 XAML 基础结构内部使用。

适用于