Condividi tramite


Proprietà VCRuntimeEnumProperty.IsReadOnly

Ottiene o imposta un valore che indica se il file contenente l'oggetto padre è di sola lettura.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Property IsReadOnly As Boolean
bool IsReadOnly { get; set; }
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
abstract IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se il file contenente l'oggetto padre è di sola lettura; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCRuntimeEnumProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine