共用方式為


Print3DWorkflowPrintRequestedEventArgs.SetSource(Object) 方法

定義

設定最新的模型資料,包括 Print3DWorkflow所做的任何更新。

public:
 virtual void SetSource(Platform::Object ^ source) = SetSource;
void SetSource(IInspectable const& source);
public void SetSource(object source);
function setSource(source)
Public Sub SetSource (source As Object)

參數

source
Object

Platform::Object

IInspectable

最新的模型資料,包括 Print3DWorkflow所做的任何更新。

適用於