共用方式為


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的發送器。

適用於