Classe ProjectManager
Questa classe fornisce un'interfaccia per connettersi a un pacchetto di progetto o a un database e un controller in esecuzione.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assemblea: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Utilizzo
Visual Basic
Dim instance As ProjectManager
Sintassi
Visual Basic
Public MustInherit Class ProjectManager
Implements IDisposable
C#
public abstract class ProjectManager : IDisposable
Gerarchia di ereditarietà
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManager
Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection.DatabaseProjectManager
Microsoft.Windows.Kits.Hardware.ObjectModel.Submission.PackageManager
Sicurezza thread
Tutti i membri statici pubblici (condivisi in Visual Basic) di questo tipo sono thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.