Table of Contents

Class VBLibraryProjectType

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

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

Name string

The semantically valid identifier name of this project or library.

Uri Uri

The root workspace Uri for this project or library.

Properties

TypeInfo

The VBLibraryProject data type.

public static VBType TypeInfo { get; }

Property Value

VBType