BaseReference Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BaseReference class.
BaseReference() |
Initializes a new instance of the BaseReference class. |
BaseReference(String) |
Initializes a new instance of the BaseReference class. |
- Source:
- BaseReference.cs
Initializes a new instance of the BaseReference class.
protected public:
BaseReference();
C#
protected internal BaseReference();
Protected Friend Sub New ()
Applies to
MSBuild 17 et autres versions
Produit | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |
- Source:
- BaseReference.cs
Initializes a new instance of the BaseReference class.
protected public:
BaseReference(System::String ^ path);
C#
protected internal BaseReference(string path);
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference
Protected Friend Sub New (path As String)
Parameters
- path
- String
The path for the assembly base reference.
Applies to
MSBuild 17 et autres versions
Produit | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |