AcceptEmptyServiceProviderAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XAML 구문 분석기 및 컴파일러에서 특성이 주어진 클래스의 메서드 및 생성자에서 제공된 서비스 공급자를 무시할 수 있음을 알립니다.
public ref class AcceptEmptyServiceProviderAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AcceptEmptyServiceProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type AcceptEmptyServiceProviderAttribute = class
inherit Attribute
Public NotInheritable Class AcceptEmptyServiceProviderAttribute
Inherits Attribute
- 상속
-
AcceptEmptyServiceProviderAttribute
- 특성
설명
개발자는 이 특성이 제공된 서비스 공급자 대신 파서가 전달 null
되지 않도록 보장하지 않는다는 점에 유의해야 합니다. 그것은 단지 그들이 그렇게 할 수 있습니다 허용.
생성자
AcceptEmptyServiceProviderAttribute() |
XAML 구문 분석기 및 컴파일러에서 특성이 주어진 클래스의 메서드 및 생성자에서 제공된 서비스 공급자를 무시할 수 있음을 알립니다. |