Class VBLibraryProjectType
Defines a library project, as specified in MS-VBAL 4.1.
public sealed record VBLibraryProjectType : VBProjectType, IEquatable<VBType>, IEquatable<VBProjectType>, IEquatable<VBLibraryProjectType>
- Inheritance
-
VBLibraryProjectType
- Implements
- Inherited Members
Constructors
VBLibraryProjectType(string, Uri)
Defines a library project, as specified in MS-VBAL 4.1.
public VBLibraryProjectType(string Name, Uri Uri)
Parameters
NamestringThe semantically valid identifier name of this project or library.
UriUriThe root workspace
Urifor this project or library.
Properties
TypeInfo
The VBLibraryProject data type.
public static VBType TypeInfo { get; }