다음을 통해 공유


GraphUpdatedEventArgs.ChangedSetters 속성

트랜잭션 도중 변경이이 그래프 Setter를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property ChangedSetters As IEnumerable(Of GraphSetter)
public IEnumerable<GraphSetter> ChangedSetters { get; }
public:
property IEnumerable<GraphSetter^>^ ChangedSetters {
    IEnumerable<GraphSetter^>^ get ();
}
member ChangedSetters : IEnumerable<GraphSetter> with get
function get ChangedSetters () : IEnumerable<GraphSetter>

속성 값

형식: IEnumerable<GraphSetter>

.NET Framework 보안

참고 항목

참조

GraphUpdatedEventArgs 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스