Condividi tramite


WizardStepCollection.SyncRoot Proprietà

Definizione

Ottiene un oggetto che può essere utilizzato per sincronizzare l'accesso all'insieme.

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

Valore della proprietà

Oggetto che può essere utilizzato per sincronizzare l'accesso all'insieme WizardStepCollection .

Implementazioni

Commenti

L'oggetto restituito in questa implementazione è l'oggetto WizardStepCollection stesso.

Per altre informazioni sulla SyncRoot proprietà , vedere la SyncRoot proprietà dell'interfaccia ICollection .

Si applica a

Vedi anche