NSUrl.Append(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由將指定的路徑Component 附加至這個 NSUrl,以傳回新的 NSUrl。
[Foundation.Export("URLByAppendingPathComponent:isDirectory:")]
public virtual Foundation.NSUrl Append (string pathComponent, bool isDirectory);
abstract member Append : string * bool -> Foundation.NSUrl
override this.Append : string * bool -> Foundation.NSUrl
參數
- pathComponent
- String
- isDirectory
- Boolean
傳回
- 屬性