ISharePointProjectFeatureResourceFile, interface
Représente un fichier de ressources de la fonctionnalité.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Public Interface ISharePointProjectFeatureResourceFile _
Inherits ISharePointProjectMember, IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, _
INotifyPropertyChanged
public interface ISharePointProjectFeatureResourceFile : ISharePointProjectMember,
IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
Le type ISharePointProjectFeatureResourceFile expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Annotations | Obtient une instance de IAnnotationDictionary permettant d'associer des données personnalisées à l'objet implémentant l'interface IAnnotatedObject. (Hérité de IAnnotatedObject.) | |
CultureInfo | Obtient les informations de culture du fichier de ressources identifié par le nom de fichier. | |
Feature | Obtient la fonctionnalité de projet parent. | |
FullPath | Obtient le chemin source complet du répertoire ou du fichier membre du projet. (Hérité de ISharePointProjectMember.) | |
Icon | Obtient l'icône du nœud membre du projet affiché dans l'Explorateur de solutions. (Hérité de ISharePointProjectMember.) | |
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.) | |
IsExpanded | Obtient ou définit une valeur indiquant si ce nœud est développé dans l'Explorateur de solutions. (Hérité de ISharePointProjectMember.) | |
Name | Obtient le nom du nœud membre du projet affiché dans l'Explorateur de solutions. (Hérité de ISharePointProjectMember.) | |
Project | Obtient une référence au projet conteneur. (Hérité de ISharePointProjectMember.) |
Début
Méthodes
Nom | Description | |
---|---|---|
CollapseChildItems | Garantit que tous les éléments enfants de ce ISharePointProjectMember sont réduits dans l'Explorateur de solutions. (Hérité de ISharePointProjectMember.) |
Début
Événements
Nom | Description | |
---|---|---|
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.) | |
NameChanged | Se produit lorsque le nom du nœud membre du projet est modifié. (Hérité de ISharePointProjectMember.) | |
PropertyChanged | Se produit en cas de modification d'une valeur de propriété. (Hérité de INotifyPropertyChanged.) |
Début