다음을 통해 공유


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 인프라에서 내부용으로 사용합니다.

적용 대상