共用方式為


IPropertySymbol.IsWriteOnly 屬性

定義

如果這是唯寫屬性,則為 True;也就是說,沒有 get 存取子的屬性。

public:
 property bool IsWriteOnly { bool get(); };
public bool IsWriteOnly { get; }
member this.IsWriteOnly : bool
Public ReadOnly Property IsWriteOnly As Boolean

屬性值

適用於