SwiftIndirectResult(Void*) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的指標值,建立 SwiftIndirectResult 結構的新實例。
public:
SwiftIndirectResult(void* value);
public SwiftIndirectResult (void* value);
new System.Runtime.InteropServices.Swift.SwiftIndirectResult : nativeptr<unit> -> System.Runtime.InteropServices.Swift.SwiftIndirectResult
參數
- value
- Void*
表示傳回緩衝區內容的指標值。