ISharePointProjectOutputReference, interface
Représente la sortie principale d'un projet Visual Studio référencé.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Public Interface ISharePointProjectOutputReference _
Inherits IDeployableFile, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface ISharePointProjectOutputReference : IDeployableFile,
INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
Le type ISharePointProjectOutputReference expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
DeploymentPath | Obtient ou définit le chemin d'accès du fichier tel qu'il sera déployé dans SharePoint par rapport au chemin d'accès de base représenté par DeploymentRoot. (Hérité de IDeployableFile.) | |
DeploymentRoot | Obtient le chemin d'accès de base dans lequel SharePoint stockera le fichier. (Hérité de IDeployableFile.) | |
DeploymentType | Obtient le type de déploiement à exécuter sur un fichier. (Hérité de IDeployableFile.) | |
IsDisposed | Obtient une valeur indiquant si un objet est supprimé. (Hérité de INotifyObjectDisposed.) | |
IsDisposing | Obtient une valeur indiquant si un objet est en cours de suppression. (Hérité de INotifyObjectDisposing.) | |
OutputFullPath | Obtient le chemin d'accès complet de la sortie du projet. | |
ProjectFullPath | Obtient le chemin d'accès du projet référencé. | |
ProjectId | Obtient l'ID du projet référencé. | |
ProjectItem | Obtient la référence à l'élément de projet qui contient cette référence de sortie de projet. |
Début
Événements
Nom | Description | |
---|---|---|
DeploymentPathChanged | Se produit lorsque la propriété DeploymentPath est modifiée. (Hérité de IDeployableFile.) | |
DeploymentTypeChanged | Se produit lorsque la propriété DeploymentType est modifiée. (Hérité de IDeployableFile.) | |
Disposed | Se produit lorsqu'un objet est supprimé. (Hérité de INotifyObjectDisposed.) | |
Disposing | Se produit lorsqu'un objet est en cours de suppression. (Hérité de INotifyObjectDisposing.) | |
PropertyChanged | Se produit lorsqu'une valeur de propriété est modifiée. (Hérité de INotifyPropertyChanged.) |
Début
Notes
En général, la sortie d'un projet est un fichier d'assembly compilé tel qu'une DLL, mais la sortie du projet dépend du type de projet.Par exemple, dans les projets d'applications Silverlight, la valeur de la propriété est la DLL Silverlight, mais le fichier .XAP est le fichier réel empaqueté.Alors, dans ce cas, cette propriété retourne le chemin d'accès du fichier .XAP, pas la DLL.