다음을 통해 공유


ApplicationPartAttribute 클래스

정의

로 추가할 어셈블리를 지정합니다 ApplicationPart.

일반적인 경우 MVC는 MVC를 참조하는 각 종속성에 대해 항목 어셈블리에 인스턴스를 생성 ApplicationPartAttribute 합니다. 이러한 각 어셈블리는 로 ApplicationPart처리됩니다.

public ref class ApplicationPartAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ApplicationPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ApplicationPartAttribute = class
    inherit Attribute
Public NotInheritable Class ApplicationPartAttribute
Inherits Attribute
상속
ApplicationPartAttribute
특성

생성자

ApplicationPartAttribute(String)

ApplicationPartAttribute의 새 인스턴스를 초기화합니다.

속성

AssemblyName

어셈블리 이름을 가져옵니다.

적용 대상