Partager via


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
Propriété publique 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.)
Propriété publique DeploymentRoot Obtient le chemin d'accès de base dans lequel SharePoint stockera le fichier. (Hérité de IDeployableFile.)
Propriété publique DeploymentType Obtient le type de déploiement à exécuter sur un fichier. (Hérité de IDeployableFile.)
Propriété publique IsDisposed Obtient une valeur indiquant si un objet est supprimé. (Hérité de INotifyObjectDisposed.)
Propriété publique IsDisposing Obtient une valeur indiquant si un objet est en cours de suppression. (Hérité de INotifyObjectDisposing.)
Propriété publique OutputFullPath Obtient le chemin d'accès complet de la sortie du projet.
Propriété publique ProjectFullPath Obtient le chemin d'accès du projet référencé.
Propriété publique ProjectId Obtient l'ID du projet référencé.
Propriété publique 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
Événement public DeploymentPathChanged Se produit lorsque la propriété DeploymentPath est modifiée. (Hérité de IDeployableFile.)
Événement public DeploymentTypeChanged Se produit lorsque la propriété DeploymentType est modifiée. (Hérité de IDeployableFile.)
Événement public Disposed Se produit lorsqu'un objet est supprimé. (Hérité de INotifyObjectDisposed.)
Événement public Disposing Se produit lorsqu'un objet est en cours de suppression. (Hérité de INotifyObjectDisposing.)
Événement public 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.

Voir aussi

Référence

Microsoft.VisualStudio.SharePoint, espace de noms