GraphObject.RemoveCategory(GraphCategory) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the category of this object
C++
public:
Microsoft::VisualStudio::GraphModel::GraphCategory ^ RemoveCategory(Microsoft::VisualStudio::GraphModel::GraphCategory ^ category);
public Microsoft.VisualStudio.GraphModel.GraphCategory RemoveCategory(Microsoft.VisualStudio.GraphModel.GraphCategory category);
member this.RemoveCategory : Microsoft.VisualStudio.GraphModel.GraphCategory -> Microsoft.VisualStudio.GraphModel.GraphCategory
Public Function RemoveCategory (category As GraphCategory) As GraphCategory
- category
- GraphCategory
The category to remove
The category if it was removed, or null if it was not found
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |