다음을 통해 공유


GraphUpdatedEventArgs.AddedProperties 속성

이 그래프에서 각 변경 된 GraphObject 추가 하십시오.

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

구문

‘선언
Public ReadOnly Property AddedProperties As IDictionary(Of GraphObject, ISet(Of GraphProperty))
public IDictionary<GraphObject, ISet<GraphProperty>> AddedProperties { get; }
public:
property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ AddedProperties {
    IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get ();
}
member AddedProperties : IDictionary<GraphObject, ISet<GraphProperty>> with get
function get AddedProperties () : IDictionary<GraphObject, ISet<GraphProperty>>

속성 값

형식: IDictionary<GraphObject, ISet<GraphProperty>>

.NET Framework 보안

참고 항목

참조

GraphUpdatedEventArgs 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스