共用方式為


Print3DTaskSourceRequestedHandler 代理人

定義

表示處理 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)

參數

args
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 規格

適用於