다음을 통해 공유


NSFileProviderExtension.GetSupportedServiceSources(String, NSError) 메서드

정의

개발자가 구현하는 경우 앱이 식별된 항목에 대한 작업을 수행하는 데 사용할 수 있는 서비스 원본이 포함된 배열을 반환합니다.

[Foundation.Export("supportedServiceSourcesForItemIdentifier:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual FileProvider.INSFileProviderServiceSource[] GetSupportedServiceSources (string itemIdentifier, out Foundation.NSError error);
abstract member GetSupportedServiceSources : string *  -> FileProvider.INSFileProviderServiceSource[]
override this.GetSupportedServiceSources : string *  -> FileProvider.INSFileProviderServiceSource[]

매개 변수

itemIdentifier
String

항목의 영구 식별자입니다.

error
NSError

발생한 오류입니다(발생한 경우).

반환

특성

설명

(이 노드에 대한 추가 설명서가 제공될 예정임)

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상