IDynamicReadOnly.OverrideReadOnly 方法

定義

呼叫時會用 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())

參數

value
Object
attributes
Attribute[]

適用於