AttributedModelServices.ComposeExportedValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的物件建立組件,並使用指定的撰寫容器撰寫它。
多載
ComposeExportedValue<T>(CompositionContainer, T) |
從指定的值建立組件,並且在指定的撰寫容器中撰寫它。 |
ComposeExportedValue<T>(CompositionContainer, String, T) |
依據指定之合約名稱,從指定的物件建立組件,並且在指定的撰寫容器中撰寫它。 |
ComposeExportedValue<T>(CompositionContainer, T)
從指定的值建立組件,並且在指定的撰寫容器中撰寫它。
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)
類型參數
- T
新組件的型別。
參數
- container
- CompositionContainer
要在其中執行撰寫的撰寫容器。
- exportedValue
- T
要撰寫的值。
適用於
ComposeExportedValue<T>(CompositionContainer, String, T)
依據指定之合約名稱,從指定的物件建立組件,並且在指定的撰寫容器中撰寫它。
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)
類型參數
- T
新組件的型別。
參數
- container
- CompositionContainer
要在其中執行撰寫的撰寫容器。
- contractName
- String
要依據以便匯出組件的合約名稱。
- exportedValue
- T
要撰寫的值。