PrintQueueCollection.SyncRoot 属性

定义

获取可用于同步对 PrintQueueCollection 的访问的对象。

public:
 static property System::Object ^ SyncRoot { System::Object ^ get(); };
public static object SyncRoot { get; }
static member SyncRoot : obj
Public Shared ReadOnly Property SyncRoot As Object

属性值

用于同步对集合的访问的 Object

适用于