RuleUpdateAction.Path 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 경로를 RuleUpdateAction가져오거나 설정합니다.
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String
속성 값
의 경로입니다 RuleUpdateAction.
설명
Path 는 변경된 필드 또는 속성의 이름을 나타내는 문자열입니다. "/"는 구분 기호로 사용됩니다. 속성 this.SomeProperty 이 수정되었음을 나타내기 위해 속성은 "this/SomeProperty"입니다. 변경된 값을 원하는 대로 구체적으로 지정할 수 있습니다(예: 수정 this.SomeProperty/SomeOtherProperty한 경우 "this/SomeProperty/SomeOtherProperty"를 지정할 수 있습니다). 후자의 경우 사용된 this.SomeProperty/AnyOtherProperty 다른 규칙은 다시 평가되지 않습니다.
모든 필드와 속성이 수정되도록 지정하려면 경로 끝에 "*"를 추가합니다. 예를 들어 "this/SomeProperty/*"은 모든 필드와 속성 this.SomeProperty 이 수정되었음을 나타냅니다. 따라서 필드 또는 속성을 this.SomeProperty 사용하는 모든 규칙은 다시 평가됩니다.
메모
규칙 집합이 설정된 ChainingBehavior상태에서 None 실행되면 이 작업은 무시됩니다.