Classe InstallProgressChangedEventArgs
Os argumentos de evento consumidos pela InstallProgressChanged evento.
Hierarquia de herança
Object
EventArgs
ProgressChangedEventArgs
Microsoft.VisualStudio.ExtensionManager.InstallProgressChangedEventArgs
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)
Sintaxe
'Declaração
Public Class InstallProgressChangedEventArgs _
Inherits ProgressChangedEventArgs
public class InstallProgressChangedEventArgs : ProgressChangedEventArgs
public ref class InstallProgressChangedEventArgs : public ProgressChangedEventArgs
type InstallProgressChangedEventArgs =
class
inherit ProgressChangedEventArgs
end
public class InstallProgressChangedEventArgs extends ProgressChangedEventArgs
O tipo InstallProgressChangedEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
InstallProgressChangedEventArgs | Cria um InstallProgressChangedEventArgs objeto. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
ProgressPercentage | Obtém o percentual do progresso de tarefa assíncrona. (Herdado de ProgressChangedEventArgs.) |
![]() |
Uninstalling | Indica se o evento é acionado por uma operação de desinstalação ou uma operação de instalação. |
![]() |
UserState | Obtém um estado de usuário exclusivo. (Herdado de ProgressChangedEventArgs.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Embora essa API oferece suporte a Extension Manager infra-estrutura, é recomendável que você não usá-lo porque ele está sujeito a alterações.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.