SearchPaneVisibilityChangedEventArgs.Visible 屬性

定義

指出是否開啟搜尋窗格。

public:
 property bool Visible { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.ApplicationModel.Search.SearchContract)]
bool Visible();
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
bool Visible();
public bool Visible { [Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.ApplicationModel.Search.SearchContract))] get; }
public bool Visible { [Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")] get; }
var boolean = searchPaneVisibilityChangedEventArgs.visible;
Public ReadOnly Property Visible As Boolean

屬性值

Boolean

bool

true 如果搜尋窗格已開啟,則為 ;否則為 false

屬性

適用於

另請參閱