IVsaItems Interface
.NET Framework 2.0
NOTE: This interface is now obsolete.
Defines an interface for a collection of IVsaItem objects, which can be addressed either by name or by index. Namespace: Microsoft.VsaAssembly: Microsoft.Vsa (in microsoft.vsa.dll)
'Declaration <GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _ Public Interface IVsaItems Inherits IEnumerable 'Usage Dim instance As IVsaItems
/** @attribute GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.") */
public interface IVsaItems extends IEnumerable
GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.") public interface IVsaItems extends IEnumerable
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: