Extension.IsInstalled 屬性
適用於版本2
取得值,這個值表示延伸安裝是否完成。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Overridable ReadOnly Property IsInstalled As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
如果延伸安裝已完成,則為 true,否則為 false。