ApplicationPartManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MVC 애플리케이션의 부분 및 기능을 관리합니다.
public ref class ApplicationPartManager
public class ApplicationPartManager
type ApplicationPartManager = class
Public Class ApplicationPartManager
- 상속
-
ApplicationPartManager
생성자
ApplicationPartManager() |
MVC 애플리케이션의 부분 및 기능을 관리합니다. |
속성
ApplicationParts |
인스턴스 목록을 ApplicationPart 가져옵니다. 이 컬렉션의 인스턴스는 우선 순위에 저장됩니다. ApplicationPart 목록의 앞부분에 나타나는 은 우선 순위가 더 높습니다. 는 IApplicationFeatureProvider 여러 ApplicationPart 인스턴스가 동등한 기능 값을 resolve 경우 충돌을 resolve 방법으로 이 인터페이스를 사용하도록 선택할 수 있습니다. |
FeatureProviders |
의 IApplicationFeatureProvider목록을 가져옵니다. |
메서드
PopulateFeature<TFeature>(TFeature) |
에 구성된 의 IApplicationFeatureProvider<TFeature>목록을 사용하여 지정된 |