VCRuntimeIntegerProperty.IsReadOnly, propriété

Obtient ou définit une valeur indiquant si le fichier contenant l'objet parent est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Boolean
true si le fichier qui contient l'objet parent est en lecture seule ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCRuntimeIntegerProperty Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms