다음을 통해 공유


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.

특성

적용 대상

추가 정보