IVsToolboxService2 Interface

Definition

Important

This API is not CLS-compliant.

public interface class IVsToolboxService2
public interface class IVsToolboxService2
__interface IVsToolboxService2
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public interface IVsToolboxService2
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IVsToolboxService2 = interface
Public Interface IVsToolboxService2
Attributes

Methods

AddToolboxItems(IList<Tuple<String,ToolboxItem,IEnumerable<FrameworkName>,Guid>>, IVsAddToolboxItems)
RemoveCategory(String)
RemoveToolboxItems(IList<Tuple<String,ToolboxItem>>)

Applies to