Open sandboxFocus

Method Initialize

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 false, the project data can still be modified by project fabrics, after which the MakeReadOnly() method will be called.