ErrorProvider.Tag 속성
정의
구성 요소에 대한 데이터가 들어 있는 개체를 가져오거나 설정합니다.Gets or sets an object that contains data about the component.
public:
property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))]
public object Tag { get; set; }
member this.Tag : obj with get, set
Public Property Tag As Object
속성 값
컨트롤에 대한 데이터가 들어 있는 개체입니다.An object that contains data about the control. 기본값은 null
입니다.The default is null
.
- 특성
설명
이 속성을 사용 하 여 구성 요소에 대 한 사용자 지정 데이터를 저장 합니다.Use this property to store custom data about the component.