语言

ManagedWrapper.Enabled 属性

定义

获取或设置是否启用了包装器。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

如果启用了包装器,则为真;否则,就是假的。

适用于