Class VBSourceProjectType
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
NamestringThe semantically valid identifier name of this project or library.
UriUriThe root workspace
Urifor 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; }