AccessedThroughPropertyAttribute(String) 생성자

정의

특성 사용 필드에 액세스하는 데 사용한 속성의 이름을 사용하여 AccessedThroughPropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AccessedThroughPropertyAttribute(System::String ^ propertyName);
public AccessedThroughPropertyAttribute (string propertyName);
new System.Runtime.CompilerServices.AccessedThroughPropertyAttribute : string -> System.Runtime.CompilerServices.AccessedThroughPropertyAttribute
Public Sub New (propertyName As String)

매개 변수

propertyName
String

특성 사용 필드에 액세스하는 데 사용한 속성의 이름입니다.

적용 대상