CompositionObject.Dispatcher 属性

定义

CompositionObject 的调度程序。

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = compositionObject.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

属性值

CompositionObject 的调度程序。

适用于