Print3DTaskSourceRequestedHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理 3D 列印套件要求的方法。
public delegate void Print3DTaskSourceRequestedHandler(Print3DTaskSourceRequestedArgs ^ args);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3910622832, 51479, 18142, 187, 81, 217, 169, 77, 179, 113, 31)]
class Print3DTaskSourceRequestedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
[Windows.Foundation.Metadata.Guid(3910622832, 51479, 18142, 187, 81, 217, 169, 77, 179, 113, 31)]
public delegate void Print3DTaskSourceRequestedHandler(Print3DTaskSourceRequestedArgs args);
var print3DTaskSourceRequestedHandlerHandler = function(args){
/* Your code */
}
Public Delegate Sub Print3DTaskSourceRequestedHandler(args As Print3DTaskSourceRequestedArgs)
參數
提供 3D 列印套件,以用於 3D 列印作業。
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Graphics.Printing3D.Printing3DContract (已於 v1.0 引進)
|
備註
此 API 是專為與 3D 製造格式 (3MF) 套件搭配使用而設計。 如需 3MF 的詳細資訊,請參閱 3MF 規格。