IVsToolboxService2.RemoveCategory(String) Method
Definition
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.
public:
void RemoveCategory(System::String ^ category);
public:
void RemoveCategory(Platform::String ^ category);
void RemoveCategory(std::wstring const & category);
public void RemoveCategory (string category);
abstract member RemoveCategory : string -> unit
Public Sub RemoveCategory (category As String)
Parameters
- category
- String