Freigeben über


VCCodeFunction.IsDefault-Eigenschaft

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

Syntax

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

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeFunction Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace