Initialize(IProject, bool)
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. |
| bool | isReadOnly | A value indicating whether the project data is already read-only. If |