Method Initialize
Initialize(IProject, Boolean)
Initializes the object from project properties.
Declaration
public virtual void Initialize(IProject project, bool isReadOnly)
Parameters
Type | Name | Description |
---|---|---|
IProject | project | The project to which the new ProjectExtension belongs. |
Boolean | isReadOnly | A value indicating whether the project data is already read-only. If |