Table of Contents

Enum ProjectTypeId

Namespace
RDCore.SDK.Model.Types
Assembly
RDCore.SDK.dll

The type of a Project, as specified in MS-VBAL 4.1.

public enum ProjectTypeId

Fields

HostProject = 1

A host project is a LibraryProject that is introduced in a VBA environment by the host application.

LibraryProject = 2

A library project is a project that defines entities that a SourceProject might define, but can exist in compiled/binary form.

SourceProject = 0

A source project is composed of VBA program code that exists in source code form.