AttributedModelServices.ComposeExportedValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 개체에서 파트를 만들고 지정된 컴퍼지션 컨테이너를 사용하여 해당 파트를 작성합니다.
오버로드
ComposeExportedValue<T>(CompositionContainer, T) |
지정된 값에서 파트를 만들고 지정된 컴퍼지션 컨테이너에서 해당 파트를 작성합니다. |
ComposeExportedValue<T>(CompositionContainer, String, T) |
지정된 개체에서 지정된 계약 이름으로 파트를 만들고 지정된 컴퍼지션 컨테이너에 해당 파트를 작성합니다. |
ComposeExportedValue<T>(CompositionContainer, T)
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
지정된 값에서 파트를 만들고 지정된 컴퍼지션 컨테이너에서 해당 파트를 작성합니다.
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)
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
지정된 개체에서 지정된 계약 이름으로 파트를 만들고 지정된 컴퍼지션 컨테이너에 해당 파트를 작성합니다.
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
작성할 값입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET