AttributedModelServices.ComposeExportedValue 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.
Creates a part from a specified object and composes it with a specified composition container.
ComposeExportedValue<T>(CompositionContainer, T) |
Creates a part from the specified value and composes it in the specified composition container. |
ComposeExportedValue<T>(CompositionContainer, String, T) |
Creates a part from the specified object under the specified contract name and composes it in the specified composition container. |
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Creates a part from the specified value and composes it in the specified composition container.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void ComposeExportedValue(System::ComponentModel::Composition::Hosting::CompositionContainer ^ container, T exportedValue);
public static void ComposeExportedValue<T>(this System.ComponentModel.Composition.Hosting.CompositionContainer container, T exportedValue);
static member ComposeExportedValue : System.ComponentModel.Composition.Hosting.CompositionContainer * 'T -> unit
<Extension()>
Public Sub ComposeExportedValue(Of T) (container As CompositionContainer, exportedValue As T)
Type Parameters
- T
The type of the new part.
Parameters
- container
- CompositionContainer
The composition container to perform composition in.
- exportedValue
- T
The value to compose.
Applies to
.NET 10 (package-provided) et autres versions
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Creates a part from the specified object under the specified contract name and composes it in the specified composition container.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void ComposeExportedValue(System::ComponentModel::Composition::Hosting::CompositionContainer ^ container, System::String ^ contractName, T exportedValue);
public static void ComposeExportedValue<T>(this System.ComponentModel.Composition.Hosting.CompositionContainer container, string contractName, T exportedValue);
static member ComposeExportedValue : System.ComponentModel.Composition.Hosting.CompositionContainer * string * 'T -> unit
<Extension()>
Public Sub ComposeExportedValue(Of T) (container As CompositionContainer, contractName As String, exportedValue As T)
Type Parameters
- T
The type of the new part.
Parameters
- container
- CompositionContainer
The composition container to perform composition in.
- contractName
- String
The contract name to export the part under.
- exportedValue
- T
The value to compose.
Applies to
.NET 10 (package-provided) et autres versions
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :