SCNSceneSource.GetIdentifiersOfEntries 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetIdentifiersOfEntries(Class) |
傳回識別碼清單,識別屬於指定類別的物件。 |
GetIdentifiersOfEntries<T>() |
傳回識別碼清單,識別屬於指定類別的物件。 |
GetIdentifiersOfEntries(Class)
傳回識別碼清單,識別屬於指定類別的物件。
[Foundation.Export("identifiersOfEntriesWithClass:")]
public virtual string[] GetIdentifiersOfEntries (ObjCRuntime.Class entryClass);
abstract member GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]
override this.GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]
參數
- entryClass
- Class
傳回
String[]
- 屬性
適用於
GetIdentifiersOfEntries<T>()
傳回識別碼清單,識別屬於指定類別的物件。
public string[] GetIdentifiersOfEntries<T> ();
member this.GetIdentifiersOfEntries : unit -> string[]
類型參數
- T
傳回
String[]