共用方式為


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

pinnedContactSurface值,指定 Windows UI 中的釘選位置。 這個屬性會判斷該位置是否支援釘選。

傳回

Boolean

bool

true 如果 Windows UI 中的位置支援連絡人釘選,則為 ;否則為 false

Windows 需求

應用程式功能
contactsSystem

備註

如果您的應用程式處理 Window.SizeChanged 事件,這個屬性會很有用。 當檢視在監視器之間變更時,就會引發該事件。 在 WindowSizeChanged 事件處理常式中,您可以使用這個屬性來判斷新的監視器是否支援釘選。

適用於