AccessedThroughPropertyAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用用來存取屬性化 (Attributed) 欄位的屬性 (Property) 名稱,初始化 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
用來存取屬性化 (Attributed) 欄位的屬性 (Property) 名稱。