共用方式為


ElementTypeDescriptor.IsPropertyDescriptorReadOnly 方法

傳回值,該值指出描述的屬性是否為唯讀。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Protected Friend Overridable Function IsPropertyDescriptorReadOnly ( _
    propertyDescriptor As ElementPropertyDescriptor _
) As Boolean
protected internal virtual bool IsPropertyDescriptorReadOnly(
    ElementPropertyDescriptor propertyDescriptor
)

參數

傳回值

類型:System.Boolean
值,這個值指出屬性是否為唯讀。

例外狀況

例外狀況 條件
ArgumentNullException

propertyDescriptor 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

備註

在主控指定時,當網域屬性描述項建立時,然後屬性描述元的呼叫 IsReadOnly 屬性擁有者的 IsPropertyDescriptorReadOnly 方法,並提供本身做為 propertyDescriptor 參數。 在衍生類別中覆寫時,這可能為設定提供中央放置項目屬性是否為唯讀。

.NET Framework 安全性

請參閱

參考

ElementTypeDescriptor 類別

Microsoft.VisualStudio.Modeling.Design 命名空間

ElementPropertyDescriptor