다음을 통해 공유


TemplateExtensions.SetBinding(DataTemplate, BindableProperty, String) 메서드

정의

path를 사용하여 생성된 새 Binding 인스턴스로 self 개체의 targetProperty를 바인딩합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static void SetBinding(Microsoft::Maui::Controls::DataTemplate ^ self, Microsoft::Maui::Controls::BindableProperty ^ targetProperty, System::String ^ path);
public static void SetBinding (this Microsoft.Maui.Controls.DataTemplate self, Microsoft.Maui.Controls.BindableProperty targetProperty, string path);
static member SetBinding : Microsoft.Maui.Controls.DataTemplate * Microsoft.Maui.Controls.BindableProperty * string -> unit
<Extension()>
Public Sub SetBinding (self As DataTemplate, targetProperty As BindableProperty, path As String)

매개 변수

self
DataTemplate

이 메서드가 작동하는 템플릿입니다.

targetProperty
BindableProperty

바인딩할 대상 속성입니다.

path
String

바인딩의 경로입니다.

적용 대상