SBApplication.FromBundleIdentifier 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
FromBundleIdentifier(String) | |
FromBundleIdentifier<T>(String) |
FromBundleIdentifier(String)
[Foundation.Export("applicationWithBundleIdentifier:")]
public static ScriptingBridge.SBApplication FromBundleIdentifier (string ident);
static member FromBundleIdentifier : string -> ScriptingBridge.SBApplication
Parametri
- ident
- String
Restituisce
- Attributi
Si applica a
FromBundleIdentifier<T>(String)
public static T FromBundleIdentifier<T> (string ident) where T : ScriptingBridge.SBApplicationnew();
static member FromBundleIdentifier : string -> 'T (requires 'T :> ScriptingBridge.SBApplication and 'T : (new : unit -> 'T))
Parametri di tipo
- T
Parametri
- ident
- String
Restituisce
T