xamarinios
namespace FileProvider
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Protocol(Name = "NSFileProviderItem", WrapperType = typeof(NSFileProviderItemWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCapabilities", ReturnType = typeof(NSFileProviderItemCapabilities), Selector = "capabilities")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDocumentSize", ReturnType = typeof(NSNumber), Selector = "documentSize")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetChildItemCount", ReturnType = typeof(NSNumber), Selector = "childItemCount")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCreationDate", ReturnType = typeof(NSDate), Selector = "creationDate")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetContentModificationDate", ReturnType = typeof(NSDate), Selector = "contentModificationDate")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetLastUsedDate", ReturnType = typeof(NSDate), Selector = "lastUsedDate")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTagData", ReturnType = typeof(NSData), Selector = "tagData")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetFavoriteRank", ReturnType = typeof(NSNumber), Selector = "favoriteRank")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsTrashed", ReturnType = typeof(bool), Selector = "isTrashed")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsUploaded", ReturnType = typeof(bool), Selector = "isUploaded")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsUploading", ReturnType = typeof(bool), Selector = "isUploading")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetUploadingError", ReturnType = typeof(NSError), Selector = "uploadingError")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsDownloaded", ReturnType = typeof(bool), Selector = "isDownloaded")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsDownloading", ReturnType = typeof(bool), Selector = "isDownloading")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDownloadingError", ReturnType = typeof(NSError), Selector = "downloadingError")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsMostRecentVersionDownloaded", ReturnType = typeof(bool), Selector = "isMostRecentVersionDownloaded")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsShared", ReturnType = typeof(bool), Selector = "isShared")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsSharedByCurrentUser", ReturnType = typeof(bool), Selector = "isSharedByCurrentUser")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetOwnerNameComponents", ReturnType = typeof(NSPersonNameComponents), Selector = "ownerNameComponents")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetMostRecentEditorNameComponents", ReturnType = typeof(NSPersonNameComponents), Selector = "mostRecentEditorNameComponents")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetVersionIdentifier", ReturnType = typeof(NSData), Selector = "versionIdentifier")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetUserInfo", ReturnType = typeof(NSDictionary), Selector = "userInfo")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "itemIdentifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Identifier", PropertyType = typeof(string), Selector = "itemIdentifier")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "parentItemIdentifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ParentIdentifier", PropertyType = typeof(string), Selector = "parentItemIdentifier")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "filename", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Filename", PropertyType = typeof(string), Selector = "filename")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "typeIdentifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TypeIdentifier", PropertyType = typeof(string), Selector = "typeIdentifier")]
public interface INSFileProviderItem : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
string! TypeIdentifier
{
[Export("typeIdentifier")]
get;
}
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |