PinnedContactManager.IsPinSurfaceSupported(PinnedContactSurface) 메서드

정의

Windows UI의 지정된 위치가 연락처 고정을 지원하는지 여부를 나타냅니다.

public:
 virtual bool IsPinSurfaceSupported(PinnedContactSurface surface) = IsPinSurfaceSupported;
bool IsPinSurfaceSupported(PinnedContactSurface const& surface);
public bool IsPinSurfaceSupported(PinnedContactSurface surface);
function isPinSurfaceSupported(surface)
Public Function IsPinSurfaceSupported (surface As PinnedContactSurface) As Boolean

매개 변수

surface
PinnedContactSurface

Windows UI의 고정 위치를 지정하는 pinnedContactSurface 값입니다. 이 속성은 해당 위치에서 고정이 지원되는지 여부를 결정합니다.

반환

Boolean

bool

true Windows UI의 위치가 연락처 고정을 지원하는 경우 그렇지 않으면 입니다 false.

Windows 요구 사항

앱 기능
contactsSystem

설명

이 속성은 앱이 Window.SizeChanged 이벤트를 처리하는 경우에 유용할 수 있습니다. 이 이벤트는 모니터 간에 보기가 변경될 때 발생합니다. WindowSizeChanged 이벤트 처리기에서 이 속성을 사용하여 새 모니터가 고정을 지원하는지 여부를 확인할 수 있습니다.

적용 대상