IDynamicReadOnly.OverrideReadOnly メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LocalizablePropertyDescriptor の一覧を使用して呼び出され、任意のプロパティの IsReadOnly 属性をオーバーライドするために呼び出すことができます
public void OverrideReadOnly(System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor> properties, System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
abstract member OverrideReadOnly : System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor> * System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> unit
Public Sub OverrideReadOnly (properties As IList(Of LocalizablePropertyDescriptor), context As ITypeDescriptorContext, value As Object, attributes As Attribute())
パラメーター
- properties
- IList<LocalizablePropertyDescriptor>
- context
- ITypeDescriptorContext
- value
- Object
- attributes
- Attribute[]