Table of Contents

Class VBSourceProjectType

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

Defines a source project, as specified in MS-VBAL 4.1.

public sealed record VBSourceProjectType : VBProjectType, IEquatable<VBType>, IEquatable<VBProjectType>, IEquatable<VBSourceProjectType>
Inheritance
VBSourceProjectType
Implements
Inherited Members

Constructors

VBSourceProjectType(string, Uri)

Defines a source project, as specified in MS-VBAL 4.1.

public VBSourceProjectType(string Name, Uri Uri)

Parameters

Name string

The semantically valid identifier name of this project or library.

Uri Uri

The root workspace Uri for this project or library.

Properties

References

An immutable array containing a Uri identifying each library (or project) reference in this project.

public ImmutableArray<Uri> References { get; init; }

Property Value

ImmutableArray<Uri>