다음을 통해 공유


ApplicationPartAttribute 클래스

정의

애플리케이션 파트로 추가할 어셈블리를 지정합니다.

[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

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

적용 대상