Поделиться через


SBApplication.FromBundleIdentifier Метод

Определение

Перегрузки

FromBundleIdentifier(String)
FromBundleIdentifier<T>(String)

FromBundleIdentifier(String)

[Foundation.Export("applicationWithBundleIdentifier:")]
public static ScriptingBridge.SBApplication FromBundleIdentifier (string ident);
static member FromBundleIdentifier : string -> ScriptingBridge.SBApplication

Параметры

ident
String

Возвращаемое значение

Атрибуты

Применяется к

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))

Параметры типа

T

Параметры

ident
String

Возвращаемое значение

T

Применяется к