Table of Contents

Interface IProjectItemDocument

Namespace
Loehnert.Lisrt.Scripting.Editor.ProjectItem
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for a persisted IProjectItem document.

public interface IProjectItemDocument : IPersistedDocument, IDocument, ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged, IPersistedElement
Inherited Members
IHaveDisplayName.DisplayName
IActivate.Activate()
IActivate.IsActive
IActivate.Activated
IDeactivate.AttemptingDeactivation
IDeactivate.Deactivated
INotifyPropertyChangedEx.Refresh()
INotifyPropertyChangedEx.IsNotifying

Properties

ProjectItem

Gets the project item with the path to the depending file.

IProjectItem ProjectItem { get; }

Property Value

IProjectItem