IQLPreviewItem Interface
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.
An item that can be previewed with a QLPreviewController.
[Foundation.Protocol(Name="QLPreviewItem", WrapperType=typeof(QuickLook.QLPreviewItemWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="previewItemURL", IsProperty=true, IsRequired=true, IsStatic=false, Name="PreviewItemUrl", PropertyType=typeof(Foundation.NSUrl), Selector="previewItemURL")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="previewItemTitle", IsProperty=true, IsRequired=false, IsStatic=false, Name="PreviewItemTitle", PropertyType=typeof(System.String), Selector="previewItemTitle")]
public interface IQLPreviewItem : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="QLPreviewItem", WrapperType=typeof(QuickLook.QLPreviewItemWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="previewItemURL", IsProperty=true, IsRequired=true, IsStatic=false, Name="PreviewItemUrl", PropertyType=typeof(Foundation.NSUrl), Selector="previewItemURL")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="previewItemTitle", IsProperty=true, IsRequired=false, IsStatic=false, Name="PreviewItemTitle", PropertyType=typeof(System.String), Selector="previewItemTitle")>]
type IQLPreviewItem = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| PreviewItemTitle |
Gets the title for the preview item. |
| PreviewItemUrl |
Gets the URL for the preview item. |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |
| GetPreviewItemTitle(IQLPreviewItem) |
Gets the title for the preview item. |