다음을 통해 공유


ContentSiteView.IsSiteVisible 속성

정의

ContentSite보고한 IsSiteVisible 상태를 가져옵니다.

public:
 property bool IsSiteVisible { bool get(); };
bool IsSiteVisible();
public bool IsSiteVisible { get; }
var boolean = contentSiteView.isSiteVisible;
Public ReadOnly Property IsSiteVisible As Boolean

속성 값

Boolean

bool

ContentSite보고된 IsSiteVisible 상태입니다.

설명

이 값은 ContentSite 표시되지 않으며 최소화되거나 숨겨진 창 내에 있는 경우와 같이 GPU 리소스를 안전하게 해제할 수 있다는 "힌트"로 처리됩니다.

적용 대상

추가 정보