다음을 통해 공유


XpsSignatureDefinition.HasBeenModified 속성

정의

XpsSignatureDefinition 클래스에 대해 쓰지 않은 속성 변경 내용이 있으며 해당 내용을 패키지 스트림에 써야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool HasBeenModified { bool get(); void set(bool value); };
public bool HasBeenModified { get; set; }
member this.HasBeenModified : bool with get, set
Public Property HasBeenModified As Boolean

속성 값

커밋하지 않은 변경 내용이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상