AccessedThroughPropertyAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der AccessedThroughPropertyAttribute Klasse mit dem Namen der Eigenschaft, die für den Zugriff auf das Attributfeld verwendet wird.

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)

Parameter

propertyName
String

Der Name der Eigenschaft, die für den Zugriff auf das Attributfeld verwendet wird.

Gilt für: