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 仕様」を参照してください。

適用対象