BindElementAttribute(String, String, String, String) 생성자

정의

의 instance 생성합니다BindElementAttribute.

public:
 BindElementAttribute(System::String ^ element, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute);
public BindElementAttribute (string element, string suffix, string valueAttribute, string changeAttribute);
public BindElementAttribute (string element, string? suffix, string valueAttribute, string changeAttribute);
new Microsoft.AspNetCore.Components.BindElementAttribute : string * string * string * string -> Microsoft.AspNetCore.Components.BindElementAttribute
Public Sub New (element As String, suffix As String, valueAttribute As String, changeAttribute As String)

매개 변수

element
String

요소의 태그 이름입니다.

suffix
String

접미사 값입니다. 예를 들어 이 를 에 대해 bind-valuevalue 설정하거나 에 대해 bindnull 설정합니다.

valueAttribute
String

바인딩할 값 특성의 이름입니다.

changeAttribute
String

연결된 변경 이벤트를 등록할 특성의 이름입니다.

적용 대상