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