Share via


IApplicationResource Interface

Definition

Represents an application resource file.

public interface class IApplicationResource : Microsoft::VisualStudio::SharePoint::IObservableModelElement
public interface IApplicationResource : Microsoft.VisualStudio.SharePoint.IObservableModelElement
type IApplicationResource = interface
    interface IObservableModelElement
Public Interface IApplicationResource
Implements IObservableModelElement
Implements

Remarks

IApplicationResource corresponds to a ApplicationResourceFile or App_GlobalResourceFile element in the package manifest file (manifest.xml).

Properties

Location

Gets or sets the relative ___location within the package that contains the application resource file.

Type

Gets where the application resource file is deployed on the SharePoint server.

Events

PropertyChanged

Occurs when a DSL model element has changed.

(Inherited from IObservableModelElement)
PropertyChanging

Occurs when a DSL model element is being changed.

(Inherited from IObservableModelElement)

Applies to