共用方式為


ViewItem.IsVisible 屬性

取得值,這個值表示項目是否為可見的。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property IsVisible As Boolean
    Get
public abstract bool IsVisible { get; }
public:
virtual property bool IsVisible {
    bool get () abstract;
}
abstract IsVisible : bool
abstract function get IsVisible () : boolean

屬性值

型別:System.Boolean
如果事件為可見的則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ViewItem 類別

Microsoft.Windows.Design.Interaction 命名空間