Condividi tramite


ComplexPropertyEntry.ReadOnly Proprietà

Definizione

Ottiene o imposta un valore che indica se l'elemento rappresentato nella voce di proprietà contiene un metodo per impostare il proprio valore.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

Valore della proprietà

true se l'elemento rappresentato dalla voce di proprietà non contiene un metodo set; in caso contrario, false.

Si applica a