次の方法で共有


UICollectionViewDataSource.GetIndexTitles(UICollectionView) メソッド

定義

指定したコレクション ビュー内の項目のインデックス タイトルを要求します。

[Foundation.Export("indexTitlesForCollectionView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] GetIndexTitles (UIKit.UICollectionView collectionView);
abstract member GetIndexTitles : UIKit.UICollectionView -> string[]
override this.GetIndexTitles : UIKit.UICollectionView -> string[]

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

戻り値

String[]
属性

適用対象