Freigeben über


VCCodeFunction.IsSealed-Eigenschaft

Legt das IsSealed-Schlüsselwort für eine Funktion fest oder ruft dieses ab.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
Bestimmt, ob die Datei, die das übergeordnete Objekt enthält, schreibgeschützt ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeFunction Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace