Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines size, enumerators and synchronization methods for all collections.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("D4D285CF-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface ICollection _
Inherits IEnumerable
'Usage
Dim instance As ICollection
[GuidAttribute("D4D285CF-2447-11D7-8BF6-00B0D03DAA06")]
public interface ICollection : IEnumerable
[GuidAttribute(L"D4D285CF-2447-11D7-8BF6-00B0D03DAA06")]
public interface class ICollection : IEnumerable
public interface ICollection extends IEnumerable