SWCollaborationViewDelegate.ShouldPresentPopover(SWCollaborationView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("collaborationViewShouldPresentPopover:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPresentPopover(SharedWithYou.SWCollaborationView collaborationView);
[<Foundation.Export("collaborationViewShouldPresentPopover:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPresentPopover : SharedWithYou.SWCollaborationView -> bool
override this.ShouldPresentPopover : SharedWithYou.SWCollaborationView -> bool
Parameters
- collaborationView
- SWCollaborationView
Returns
Implements
- Attributes