Condividi tramite


SCNSceneSource.GetIdentifiersOfEntries Metodo

Definizione

Overload

GetIdentifiersOfEntries(Class)

Restituisce l'elenco di identificatori che identificano gli oggetti appartenenti alla classe specificata.

GetIdentifiersOfEntries<T>()

Restituisce l'elenco di identificatori che identificano gli oggetti appartenenti alla classe specificata.

GetIdentifiersOfEntries(Class)

Restituisce l'elenco di identificatori che identificano gli oggetti appartenenti alla classe specificata.

[Foundation.Export("identifiersOfEntriesWithClass:")]
public virtual string[] GetIdentifiersOfEntries (ObjCRuntime.Class entryClass);
abstract member GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]
override this.GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]

Parametri

entryClass
Class

Restituisce

String[]
Attributi

Si applica a

GetIdentifiersOfEntries<T>()

Restituisce l'elenco di identificatori che identificano gli oggetti appartenenti alla classe specificata.

public string[] GetIdentifiersOfEntries<T> ();
member this.GetIdentifiersOfEntries : unit -> string[]

Parametri di tipo

T

Restituisce

String[]

Si applica a