SfcInvalidForTypeAttribute 클래스

정의

일부 형식의 일부 속성에 대한 해결을 제외하는 특성

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

생성자

Name Description
SfcInvalidForTypeAttribute(Type)

제외 목록은 생성자에 대해 제공되는 목록으로 설정됩니다.

속성

Name Description
ExcludedType

제외된 형식 목록을 가져옵니다.

적용 대상