PeerCollaboration.SynchronizingObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the event handler callback object for all event handlers.
public:
static property System::ComponentModel::ISynchronizeInvoke ^ SynchronizingObject { System::ComponentModel::ISynchronizeInvoke ^ get(); void set(System::ComponentModel::ISynchronizeInvoke ^ value); };
[System.ComponentModel.Browsable(false)]
public static System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
[<System.ComponentModel.Browsable(false)>]
static member SynchronizingObject : System.ComponentModel.ISynchronizeInvoke with get, set
Public Shared Property SynchronizingObject As ISynchronizeInvoke
Property Value
An object with ISynchronizeInvoke implemented on it, to be used for application thread synchronization.
The default value for this property is null
.
- Attributes
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.