Freigeben über


Extension.IsInstalled-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft einen Wert ab, der angibt, ob die Erweiterungsinstallation abgeschlossen ist.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsInstalled As Boolean 
    Get
'Usage
Dim instance As Extension 
Dim value As Boolean 

value = instance.IsInstalled
public virtual bool IsInstalled { get; }
public:
virtual property bool IsInstalled {
    bool get ();
}
abstract IsInstalled : bool 
override IsInstalled : bool
function get IsInstalled () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn die Erweiterungsinstallation abgeschlossen ist, andernfalls false.

Siehe auch

Verweis

Extension Klasse

Microsoft.WebMatrix.Extensibility-Namespace