GraphUpdatedEventArgs.GetRemovedCategories – metoda
Získáte seznam kategorií odebrány graph daný uzel změněné.
Obor názvů: Microsoft.VisualStudio.GraphModel
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
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>
Parametry
- parent
Typ: Microsoft.VisualStudio.GraphModel.GraphObject
Změněné uzlu
Vrácená hodnota
Typ: System.Collections.Generic.IEnumerable<GraphCategory>
Kolekce kategorií odebrány (může být prázdný, pokud nebyly odebrány žádné kategorie)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.