NestedDeploymentPropertyAttribute 클래스

정의

이 클래스는 제품 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 명령줄 속성 재정의를 위해 배포 속성을 확장해야 했음을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class NestedDeploymentPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type NestedDeploymentPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class NestedDeploymentPropertyAttribute
Inherits Attribute
상속
NestedDeploymentPropertyAttribute
특성

생성자

Name Description
NestedDeploymentPropertyAttribute()

기본 생성자

적용 대상