PinnedContactManager.IsPinSurfaceSupported(PinnedContactSurface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出 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 事件處理常式中,您可以使用這個屬性來判斷新的監視器是否支援釘選。