- CSSearchableItemAttributeSet - CSSearchableItemAttributeSet() 
- CSSearchableItemAttributeSet(IntPtr) 
- CSSearchableItemAttributeSet(NativeHandle) 
- CSSearchableItemAttributeSet(NSCoder) 
- CSSearchableItemAttributeSet(NSObjectFlag) 
- CSSearchableItemAttributeSet(String) 
- CSSearchableItemAttributeSet(UTType) 
- AccountHandles 
- AccountIdentifier 
- AcquisitionMake 
- AcquisitionModel 
- ActionIdentifier 
- ActionIdentifiers 
- AddedDate 
- AdditionalRecipients 
- Album 
- AllDay 
- AlternateNames 
- Altitude 
- Aperture 
- Artist 
- Audiences 
- AudioBitRate 
- AudioChannelCount 
- AudioEncodingApplication 
- AudioSampleRate 
- AudioTrackNumber 
- AuthorAddresses 
- AuthorEmailAddresses 
- AuthorNames 
- Authors 
- BitsPerSample 
- CameraOwner 
- City 
- ClassHandle 
- Codecs 
- ColorSpace 
- Comment 
- CompletionDate 
- Composer 
- ContactKeywords 
- ContainerDisplayName 
- ContainerIdentifier 
- ContainerOrder 
- ContainerTitle 
- ContentCreationDate 
- ContentDescription 
- ContentModificationDate 
- ContentRating 
- ContentSources 
- ContentType 
- ContentTypeTree 
- ContentUrl 
- Contributors 
- Copyright 
- Country 
- Coverage 
- Creator 
- DarkThumbnailUrl 
- DeliveryType 
- Director 
- DisplayName 
- DomainIdentifier 
- DownloadedDate 
- DueDate 
- Duration 
- Editors 
- EmailAddresses 
- EmailHeaders 
- EncodingApplications 
- EndDate 
- ExifGpsVersion 
- ExifVersion 
- ExposureMode 
- ExposureProgram 
- ExposureTime 
- ExposureTimeString 
- FileSize 
- FlashOn 
- FNumber 
- FocalLength 
- FocalLength35mm 
- FontNames 
- FullyFormattedAddress 
- GeneralMidiSequence 
- Genre 
- GpsAreaInformation 
- GpsDateStamp 
- GpsDestBearing 
- GpsDestDistance 
- GpsDestLatitude 
- GpsDestLongitude 
- GpsDifferental 
- GpsDop 
- GpsMapDatum 
- GpsMeasureMode 
- GpsProcessingMethod 
- GpsStatus 
- GpsTrack 
- HasAlphaChannel 
- Headline 
- HiddenAdditionalRecipients 
- HtmlContentData 
- Identifier 
- ImageDirection 
- ImportantDates 
- Information 
- InstantMessageAddresses 
- Instructions 
- IsoSpeed 
- IsUserCreated 
- IsUserCurated 
- IsUserOwned 
- KeySignature 
- Keywords 
- Kind 
- Languages 
- LastUsedDate 
- Latitude 
- LayerNames 
- LensModel 
- LikelyJunk 
- Local 
- Longitude 
- Lyricist 
- MailboxIdentifiers 
- MaxAperture 
- MediaTypes 
- MetadataModificationDate 
- MeteringMode 
- MusicalGenre 
- MusicalInstrumentCategory 
- MusicalInstrumentName 
- NamedLocation 
- Organizations 
- Orientation 
- OriginalFormat 
- OriginalSource 
- PageCount 
- PageHeight 
- PageWidth 
- Participants 
- Path 
- Performers 
- PhoneNumbers 
- PixelCount 
- PixelHeight 
- PixelWidth 
- PlayCount 
- PostalCode 
- PrimaryRecipients 
- Producer 
- ProfileName 
- Projects 
- ProviderDataTypeIdentifiers 
- ProviderFileTypeIdentifiers 
- ProviderInPlaceFileTypeIdentifiers 
- Publishers 
- RankingHint 
- Rating 
- RatingDescription 
- RecipientAddresses 
- RecipientEmailAddresses 
- RecipientNames 
- RecordingDate 
- RedEyeOn 
- RelatedUniqueIdentifier 
- ResolutionHeightDPI 
- ResolutionWidthDpi 
- Rights 
- Role 
- SecurityMethod 
- SharedItemContentType 
- Speed 
- StartDate 
- StateOrProvince 
- Streamable 
- Subject 
- SubThoroughfare 
- SupportsNavigation 
- SupportsPhoneCall 
- Tempo 
- TextContent 
- Theme 
- this[CSCustomAttributeKey] 
- Thoroughfare 
- ThumbnailData 
- ThumbnailUrl 
- TimeSignature 
- Timestamp 
- Title 
- TotalBitRate 
- Url 
- Version 
- VideoBitRate 
- WeakRelatedUniqueIdentifier 
- WhiteBalance 
- Copy(NSZone) 
- EncodeTo(NSCoder) 
 
net9.0-ios17.2
    namespace CoreSpotlight
{
    [DefaultMember("Item")]
    [Register("CSSearchableItemAttributeSet", true)]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("tvos")]
    public class CSSearchableItemAttributeSet : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public virtual NSNumber? GpsDestBearing
        {
            [Export("GPSDestBearing", ArgumentSemantic.Retain)]
            get;
            [Export("setGPSDestBearing:", ArgumentSemantic.Retain)]
            set;
        }
    }
}
            | .NET | 6.07.08.09.0 | 
|---|---|
| Information specific to net9.0 | |
| Platforms | This API is only available when you target a specific platform: | 
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 | 
| Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 | 
| macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 | 
| Information specific to net9.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=17.2.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | The property getter is only supported on the following platforms: 
 The property setter is only supported on the following platforms: 
 | 
- Built-in API
- Package-provided API