Partager via


ISharePointProjectItemVirtualFile, interface

Représente un fichier dans le système de projet SharePoint.

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

Syntaxe

'Déclaration
Public Interface ISharePointProjectItemVirtualFile _
    Inherits IDeployableFile, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface ISharePointProjectItemVirtualFile : IDeployableFile, 
    INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged

Le type ISharePointProjectItemVirtualFile 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 DeploymentUrl Obtient l'URL absolue SharePoint où ce fichier va être déployé. (Hérité de IDeployableFile.)
Propriété publique GroupId Obtient ou définit un identificateur qui permet une tâche de build effectuent le détail traitement sur ce fichier virtuel.
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 ProjectItem Obtient une référence à l'élément de projet parent.
Propriété publique Source Obtient le chemin d'accès du fichier par rapport au nœud parent ProjectItem.

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 en cas de modification d'une valeur de propriété. (Hérité de INotifyPropertyChanged.)

Début

Voir aussi

Référence

Microsoft.VisualStudio.SharePoint, espace de noms