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

用來存取該屬性欄位的屬性名稱。

適用於