AccessedThroughPropertyAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der AccessedThroughPropertyAttribute-Klasse mit dem Namen der für den Zugriff auf das attributierte Feld verwendeten Eigenschaft.

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 für den Zugriff auf das attributierte Feld verwendeten Eigenschaft.

Gilt für: