SCNSceneSource.GetIdentifiersOfEntries Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- 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