Compartilhar via


Propriedade VCCodeFunction.IsDefault

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

VCCodeFunction Interface

Namespace Microsoft.VisualStudio.VCCodeModel