ISharePointProjectItemFile Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a file in the SharePoint project system.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ISharePointProjectItemFile _
Inherits ISharePointProjectMember, IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, _
INotifyPropertyChanged, IDeployableFile, ISharePointProjectStartupItem
public interface ISharePointProjectItemFile : ISharePointProjectMember,
IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged, IDeployableFile,
ISharePointProjectStartupItem
The ISharePointProjectItemFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
Annotations | Gets an instance IAnnotationDictionary to associate custom data with the object implementing the IAnnotatedObject interface. (Inherited from IAnnotatedObject.) | |
DeploymentPath | Gets or sets the path of the file as it will be deployed in SharePoint relative to the base path represented by DeploymentRoot. (Inherited from IDeployableFile.) | |
DeploymentRoot | Gets the base path where SharePoint will store the file. (Inherited from IDeployableFile.) | |
DeploymentType | Gets the type of deployment to be performed to a file. (Inherited from IDeployableFile.) | |
DeploymentUrl | Gets the absolute SharePoint url where this file is going to be deployed. (Inherited from IDeployableFile.) | |
FullPath | Gets the full source path of the project member file or directory. (Inherited from ISharePointProjectMember.) | |
Icon | Gets the icon for the project member node displayed in Solution Explorer. (Inherited from ISharePointProjectMember.) | |
IsDisposed | Gets whether the an object is disposed. (Inherited from INotifyObjectDisposed.) | |
IsDisposing | Gets whether an object is disposing. (Inherited from INotifyObjectDisposing.) | |
IsExpanded | Gets or sets whether that node is expanded in Solution Explorer. (Inherited from ISharePointProjectMember.) | |
Name | Gets the name of the project member node displayed in Solution Explorer. (Inherited from ISharePointProjectMember.) | |
Project | Gets a reference to the containing project. (Inherited from ISharePointProjectMember.) | |
ProjectItem | Gets a reference to the parent project item. | |
RelativePath | Gets the unique location of the item within the project directory. (Inherited from ISharePointProjectStartupItem.) | |
Source | Gets the path of the file relative to the parent ProjectItem node. | |
StartupUrl | Gets the URL to launch when the item is started. (Inherited from ISharePointProjectStartupItem.) |
Top
Methods
Name | Description | |
---|---|---|
CollapseChildItems | Ensures that all child items of this ISharePointProjectMember are collapsed in Solution Explorer. (Inherited from ISharePointProjectMember.) |
Top
Events
Name | Description | |
---|---|---|
DeploymentPathChanged | Occurs when DeploymentPath is changed. (Inherited from IDeployableFile.) | |
DeploymentTypeChanged | Occurs when DeploymentType is changed. (Inherited from IDeployableFile.) | |
Disposed | Occurs when an object is disposed. (Inherited from INotifyObjectDisposed.) | |
Disposing | Occurs when an object is being disposed. (Inherited from INotifyObjectDisposing.) | |
NameChanged | Occurs when the name of the project member node is changed. (Inherited from ISharePointProjectMember.) | |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top