Aracılığıyla paylaş


GraphUpdatedEventArgs.GetRemovedCategories Yöntem

Kaldırılan grafik kategori listesi için verilen değişen düğümü alır.

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

'Bildirim
Public Function GetRemovedCategories ( _
    parent As GraphObject _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetRemovedCategories(
    GraphObject parent
)
public:
IEnumerable<GraphCategory^>^ GetRemovedCategories(
    GraphObject^ parent
)
member GetRemovedCategories : 
        parent:GraphObject -> IEnumerable<GraphCategory> 
public function GetRemovedCategories(
    parent : GraphObject
) : IEnumerable<GraphCategory>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IEnumerable<GraphCategory>
Kaldırılan kategoriler topluluğu.(Kategori yok kaldırılmışsa boþ olabilir.)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GraphUpdatedEventArgs Sınıf

Microsoft.VisualStudio.GraphModel Ad Alanı