ISharePointProjectItemVirtualFile Interface

 

Represents a file in the SharePoint project system.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

public interface class ISharePointProjectItemVirtualFile : IDeployableFile, 
	INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyDeploymentPath

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.)

System_CAPS_pubpropertyDeploymentRoot

Gets the base path where SharePoint will store the file.(Inherited from IDeployableFile.)

System_CAPS_pubpropertyDeploymentType

Gets the type of deployment to be performed to a file.(Inherited from IDeployableFile.)

System_CAPS_pubpropertyDeploymentUrl

Gets the absolute SharePoint url where this file is going to be deployed.(Inherited from IDeployableFile.)

System_CAPS_pubpropertyGroupId

Gets or sets an identifier that allows a build task do specific processing on this virtual file.

System_CAPS_pubpropertyIsDisposed

Gets whether the an object is disposed.(Inherited from INotifyObjectDisposed.)

System_CAPS_pubpropertyIsDisposing

Gets whether an object is disposing.(Inherited from INotifyObjectDisposing.)

System_CAPS_pubpropertyProjectItem

Gets a reference to the parent project item.

System_CAPS_pubpropertySource

Gets the path of the file relative to the parent ProjectItem node.

NameDescription
System_CAPS_pubeventDeploymentPathChanged

Occurs when DeploymentPath is changed.(Inherited from IDeployableFile.)

System_CAPS_pubeventDeploymentTypeChanged

Occurs when DeploymentType is changed.(Inherited from IDeployableFile.)

System_CAPS_pubeventDisposed

Occurs when an object is disposed.(Inherited from INotifyObjectDisposed.)

System_CAPS_pubeventDisposing

Occurs when an object is being disposed.(Inherited from INotifyObjectDisposing.)

System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: