MetalamaAPI documentationAspect APIMetalama.​Framework.​ProjectProject­ExtensionInitialize
Open sandboxFocus

ProjectExtension.Initialize Method

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