ExportBuilder.AsContractName(String) Method
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.
Specifies that the export should be under the given contract name.
public:
System::ComponentModel::Composition::Registration::ExportBuilder ^ AsContractName(System::String ^ contractName);
public System.ComponentModel.Composition.Registration.ExportBuilder AsContractName (string contractName);
member this.AsContractName : string -> System.ComponentModel.Composition.Registration.ExportBuilder
Public Function AsContractName (contractName As String) As ExportBuilder
- contractName
- String
The contract name.
The current object, to allow chaining.
contractName
is null
.
contractName
is an empty string.
Producto | Versiones |
---|---|
.NET | 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.1 (package-provided) |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: