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
)
參數
- propertyDescriptor
類型:Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
要傳回值之網域屬性的描述項。
傳回值
類型:System.Boolean
值,這個值指出屬性是否為唯讀。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | propertyDescriptor 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
備註
在主控指定時,當網域屬性描述項建立時,然後屬性描述元的呼叫 IsReadOnly 屬性擁有者的 IsPropertyDescriptorReadOnly 方法,並提供本身做為 propertyDescriptor 參數。 在衍生類別中覆寫時,這可能為設定提供中央放置項目屬性是否為唯讀。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。