Click or drag to resize
Project Properties

The Project type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveProject
Gets the project that is currently active.
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyDocumentInfo
Gets an object which contains properties about the project file
Public propertyFileInfo
Gets information about the file where the project is stored.
Protected propertyInternalChildren (Inherited from ProjectObject.)
Protected propertyInternalParent (Inherited from ProjectObject.)
Public propertyIsDirty
Determines if the project has unsaved changes.
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyStatic memberOpenProjects
Gets a collection of all currently open Projects.
Public propertyParent
Returns the objects parent, if it has one.
(Inherited from ProjectObject.)
Public propertyReadOnly
Gets or sets a value indicating if the corresponding project file is readonly or in use. If the value is true it is not possible to call Save().
Public propertySavedStates
Gets a SavedStateCollection that contains saved states for this object.
Public propertySelection Obsolete.
This property is obsolete. Use SelectedObjects instead.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyStatic memberUndoContext
Gets an object giving access to the undo system for the project. which gives information about selected objects and makes it possible to select objects.
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Top
See Also