SfcReferenceSelectorAttribute 클래스

정의

Important

이 API는 CLS 규격이 아닙니다.

소프트 참조인 속성에 적용할 수 있는 유효한 값을 반환할 수 있는 특성입니다.

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

생성자

Name Description
SfcReferenceSelectorAttribute(String, String, String[])

소프트 참조인 속성에 적용할 수 있는 유효한 값을 반환할 수 있는 특성입니다.

속성

Name Description
Arguments

PathExpression에 대한 인수

Field

쿼리에서 반환해야 하는 필드

PathExpression

참조를 확인하는 데 사용되는 경로 식

적용 대상