다음을 통해 공유


AttributedModelServices.AddExportedValue 메서드

정의

지정된 값에서 파트를 만들어 컴퍼지션 일괄 처리에 추가합니다.

오버로드

AddExportedValue<T>(CompositionBatch, T)

지정된 값에서 파트를 만들어 지정된 일괄 처리에 추가합니다.

AddExportedValue<T>(CompositionBatch, String, T)

지정된 값에서 파트를 만들어 지정된 계약 이름으로 지정된 일괄 처리에 추가합니다.

AddExportedValue<T>(CompositionBatch, T)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

지정된 값에서 파트를 만들어 지정된 일괄 처리에 추가합니다.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::ComponentModel::Composition::Primitives::ComposablePart ^ AddExportedValue(System::ComponentModel::Composition::Hosting::CompositionBatch ^ batch, T exportedValue);
public static System.ComponentModel.Composition.Primitives.ComposablePart AddExportedValue<T> (this System.ComponentModel.Composition.Hosting.CompositionBatch batch, T exportedValue);
static member AddExportedValue : System.ComponentModel.Composition.Hosting.CompositionBatch * 'T -> System.ComponentModel.Composition.Primitives.ComposablePart
<Extension()>
Public Function AddExportedValue(Of T) (batch As CompositionBatch, exportedValue As T) As ComposablePart

형식 매개 변수

T

새 파트의 형식입니다.

매개 변수

batch
CompositionBatch

추가할 일괄 처리입니다.

exportedValue
T

추가할 값입니다.

반환

새 파트입니다.

적용 대상

AddExportedValue<T>(CompositionBatch, String, T)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

지정된 값에서 파트를 만들어 지정된 계약 이름으로 지정된 일괄 처리에 추가합니다.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::ComponentModel::Composition::Primitives::ComposablePart ^ AddExportedValue(System::ComponentModel::Composition::Hosting::CompositionBatch ^ batch, System::String ^ contractName, T exportedValue);
public static System.ComponentModel.Composition.Primitives.ComposablePart AddExportedValue<T> (this System.ComponentModel.Composition.Hosting.CompositionBatch batch, string contractName, T exportedValue);
static member AddExportedValue : System.ComponentModel.Composition.Hosting.CompositionBatch * string * 'T -> System.ComponentModel.Composition.Primitives.ComposablePart
<Extension()>
Public Function AddExportedValue(Of T) (batch As CompositionBatch, contractName As String, exportedValue As T) As ComposablePart

형식 매개 변수

T

새 파트의 형식입니다.

매개 변수

batch
CompositionBatch

추가할 일괄 처리입니다.

contractName
String

내보내기의 계약 이름입니다.

exportedValue
T

추가할 값입니다.

반환

새 파트입니다.

적용 대상