IDynamicReadOnly.OverrideReadOnly Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Chiamato con un elenco di LocalizablePropertyDescriptor che può quindi essere chiamato per eseguire l'override dell'attributo IsReadOnly di qualsiasi proprietà
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())
Parametri
- properties
- IList<LocalizablePropertyDescriptor>
- context
- ITypeDescriptorContext
- value
- Object
- attributes
- Attribute[]