AddInDownloadProgressChangedArgs, classe
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Hiérarchie d'héritage
System.Object
Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments
Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs
Espace de noms : Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly : Microsoft.VisualStudio.Tools.Applications.Runtime (dans Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntaxe
'Déclaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class AddInDownloadProgressChangedArgs _
Inherits AddInDeploymentArguments
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class AddInDownloadProgressChangedArgs : AddInDeploymentArguments
Le type AddInDownloadProgressChangedArgs expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AddInDownloadProgressChangedArgs |
Début
Propriétés
Nom | Description | |
---|---|---|
BytesDownloaded | ||
ManifestLocation | (Hérité de AddInDeploymentArguments.) | |
PercentageComplete | ||
ProductName | ||
State | ||
TotalBytesToDownload |
Début
Méthodes
Nom | Description | |
---|---|---|
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.) | |
ToString | Retourne une chaîne qui représente l'objet actif. (Hérité de Object.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Microsoft.VisualStudio.Tools.Applications.Deployment, espace de noms