PropertyEntry.PropertyInfo 속성

정의

식이 적용되는 속성의 특성이 포함된 개체를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Reflection::PropertyInfo ^ PropertyInfo { System::Reflection::PropertyInfo ^ get(); void set(System::Reflection::PropertyInfo ^ value); };
public System.Reflection.PropertyInfo PropertyInfo { get; set; }
member this.PropertyInfo : System.Reflection.PropertyInfo with get, set
Public Property PropertyInfo As PropertyInfo

속성 값

PropertyInfo

속성의 특성이 포함된 PropertyInfo입니다.

적용 대상