LifetimeContext.FindContextWithin(String) 메서드

정의

지정된 모든 공유 경계 내에서 가장 넓은 수명 컨텍스트를 찾습니다.

public:
 System::Composition::Hosting::Core::LifetimeContext ^ FindContextWithin(System::String ^ sharingBoundary);
public System.Composition.Hosting.Core.LifetimeContext FindContextWithin (string sharingBoundary);
member this.FindContextWithin : string -> System.Composition.Hosting.Core.LifetimeContext
Public Function FindContextWithin (sharingBoundary As String) As LifetimeContext

매개 변수

sharingBoundary
String

내부에서 수명 컨텍스트를 찾는 공유 경계입니다.

반환

지정된 모든 공유 경계 내에서 가장 넓은 수명 컨텍스트입니다.

설명

현재 루트는 경계일 수 없습니다.

적용 대상