IQLPreviewItem Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Elemento che può essere visualizzato in anteprima con un oggetto 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
- Derivato
- Attributi
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da INativeObject) |
| PreviewItemTitle |
Ottiene il titolo per l'elemento di anteprima. |
| PreviewItemUrl |
Ottiene l'URL per l'elemento di anteprima. |
Metodi di estensione
| Nome | Descrizione |
|---|---|
| GetHandle(INativeObject) |
Elemento che può essere visualizzato in anteprima con un oggetto QLPreviewController. |
| GetNonNullHandle(INativeObject, String) |
Elemento che può essere visualizzato in anteprima con un oggetto QLPreviewController. |
| GetPreviewItemTitle(IQLPreviewItem) |
Ottiene il titolo per l'elemento di anteprima. |