GraphUpdatedEventArgs 클래스

그래프 개체에 변경 내용을 제공합니다.

상속 계층 구조

System.Object
  System.EventArgs
    Microsoft.VisualStudio.GraphModel.GraphUpdatedEventArgs

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public Class GraphUpdatedEventArgs _
    Inherits EventArgs
public class GraphUpdatedEventArgs : EventArgs
public ref class GraphUpdatedEventArgs : public EventArgs
type GraphUpdatedEventArgs =  
    class
        inherit EventArgs
    end
public class GraphUpdatedEventArgs extends EventArgs

GraphUpdatedEventArgs 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 AddedConditions 트랜잭션 동안 이 그래프 스타일의 Conditions 컬렉션에 추가된 Conditions를 가져옵니다.
Public 속성 AddedLinks 트랜잭션 중 Graph.Links 집합에 추가된 링크
Public 속성 AddedNodes 트랜잭션 중 Graph.Nodes 집합에 추가된 링크
Public 속성 AddedSetters 트랜잭션 동안 이 그래프 스타일의 Setter 컬렉션이 추가된 Setter를 가져옵니다.
Public 속성 AddedStyles 트랜잭션 동안 이 그래프의 스타일 컬렉션에 추가된 ConditionalStyles를 가져옵니다.
Public 속성 Cancel 그래프 개체의 변경 내용 취소 설정
Public 속성 ChangedConditions 트랜잭션 동안 변경된 이 그래프의 Conditions를 가져옵니다.
Public 속성 ChangedLinks 트랜잭션 중 데이터가 변경된 Graph.Links에 이전에 있었던 링크
Public 속성 ChangedNodes 트랜잭션 중 데이터가 변경된 Graph.Links에 이전에 있었던 노드
Public 속성 ChangedSetters 트랜잭션 동안 변경된 이 그래프 Setter를 가져옵니다.
Public 속성 ChangedStyles 트랜잭션 동안 변경된 이 그래프의 ConditionalStyles를 가져옵니다.
Public 속성 Graph 트랜잭션이 커밋될 경우 링크를 적용할 그래프 개체
Public 속성 RemovedConditions 트랜잭션 동안 이 그래프 스타일의 Conditions 컬렉션에서 제거된 Conditions를 가져옵니다.
Public 속성 RemovedLinks 트랜잭션 중 Graph.Links 집합에서 제거된 링크
Public 속성 RemovedNodes 트랜잭션 중 Graph.Nodes 집합에서 제거된 노드
Public 속성 RemovedSetters 트랜잭션 동안 이 그래프 스타일의 Setter 컬렉션에서 제거된 Setter를 가져옵니다.
Public 속성 RemovedStyles 트랜잭션 동안 이 그래프의 스타일 컬렉션에서 제거된 ConditionalStyles를 가져옵니다.
Public 속성 Transaction 현재 업데이트를 발생시킨 System.Transaction 트랜잭션입니다.
Public 속성 TransactionId

위쪽

메서드

  이름 설명
Public 메서드 Equals 지정한 Object가 현재 Object와 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetAddedCategories 변경된 특정 노드에 대해 추가된 그래프 범주의 목록을 가져옵니다.
Public 메서드 GetAddedProperties 변경된 특정 노드에 대해 추가된 그래프 속성의 목록을 가져옵니다.
Public 메서드 GetHashCode 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨)
Public 메서드 GetRemovedCategories 변경된 특정 노드에 대해 제거된 그래프 범주의 목록을 가져옵니다.
Public 메서드 GetRemovedProperties 변경된 특정 노드에 대해 제거된 그래프 속성의 목록을 가져옵니다.
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.GraphModel 네임스페이스