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.DisplayNameIActivate.Activate()IActivate.IsActiveIActivate.ActivatedIDeactivate.AttemptingDeactivationIDeactivate.DeactivatedINotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying
 
Properties
ProjectItem
Gets the project item with the path to the depending file.
IProjectItem ProjectItem { get; }