다음을 통해 공유


ComposablePartDefinition.CreatePart 메서드

정의

ComposablePartDefinition이 설명하는 파트의 새 인스턴스를 만듭니다.

public:
 abstract System::ComponentModel::Composition::Primitives::ComposablePart ^ CreatePart();
public abstract System.ComponentModel.Composition.Primitives.ComposablePart CreatePart ();
abstract member CreatePart : unit -> System.ComponentModel.Composition.Primitives.ComposablePart
Public MustOverride Function CreatePart () As ComposablePart

반환

만들어진 파트입니다.

설명

이 메서드를 재정의 하는 파생된 형식에서의 새 인스턴스를 반환 해야는 ComposablePart 메서드가 호출 되 고 반환 해서는 안 될 때마다 개체 null합니다.

적용 대상