XamlResourceIdAttribute(String, String, Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 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 基础结构内部使用。