Partager via


InstallCompletedEventArgs.State, propriété

Espace de noms :  Microsoft.VisualStudio.ExtensionManager
Assembly :  Microsoft.VisualStudio.ExtensionManager (dans Microsoft.VisualStudio.ExtensionManager.dll)

Syntaxe

'Déclaration
Public ReadOnly Property State As InstallState
public InstallState State { get; }
public:
property InstallState State {
    InstallState get ();
}
member State : InstallState with get
function get State () : InstallState

Valeur de propriété

Type : Microsoft.VisualStudio.ExtensionManager.InstallState
Un objet d' InstallState qui contient les informations d'état utilisateur.

Notes

Bien qu'il prend en charge API l'infrastructure de Gestionnaire d'extensions , nous recommandons que vous n'utilisez pas car il est soumise à la modification.

Cette valeur est dérivée d'informations d' userState passées à l' InstallAsync lorsque l'installation a été mise démarré.

Sécurité .NET Framework

Voir aussi

Référence

InstallCompletedEventArgs Classe

Microsoft.VisualStudio.ExtensionManager, espace de noms