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。