Udostępnij za pośrednictwem


Interfejs IEnumToolboxItems

 

Moduł wyliczający dla elementów w Przybornik.Można pobrać wystąpienie interfejsu za pomocą EnumItems metody IVsToolbox i IVsToolbox2 interfejsów.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[InterfaceTypeAttribute(1)]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface IEnumToolboxItems
[InterfaceTypeAttribute(1)]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface class IEnumToolboxItems
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")>]
type IEnumToolboxItems = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")>
Public Interface IEnumToolboxItems

Metody

Nazwa Opis
System_CAPS_pubmethod Clone(IEnumToolboxItems)

Klonów to IEnumToolboxItems interfejsu, tworząc innego wystąpienia.

System_CAPS_pubmethod Next(UInt32, IDataObject[], UInt32)

Pobiera następnej grupy interfejsów obiektów danych (IDataObject) reprezentujące elementy paska narzędzi.

System_CAPS_pubmethod Reset()

Zwraca moduł wyliczający do stanu początkowego.

System_CAPS_pubmethod Skip(UInt32)

Pomiń przez określoną liczbę IDataObject interfejsy reprezentujących elementy paska narzędzi.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku