CXCallDirectoryManager.ReloadExtension(String, Action<NSError>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重載識別的目錄延伸模組,如果存在) ,則會將錯誤 (傳遞至 completion
。
[Foundation.Export("reloadExtensionWithIdentifier:completionHandler:")]
public virtual void ReloadExtension (string identifier, Action<Foundation.NSError> completion);
abstract member ReloadExtension : string * Action<Foundation.NSError> -> unit
override this.ReloadExtension : string * Action<Foundation.NSError> -> unit
參數
- identifier
- String
要檢查之目錄延伸模組的唯一識別碼。
- 屬性