VsaModule Class
.NET Framework 2.0
NOTE: This class is now obsolete.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.VsaAssembly: Microsoft.Vsa (in microsoft.vsa.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.All)> _ <GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe")> _ <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 Class VsaModule Inherits Attribute 'Usage Dim instance As VsaModule
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */
/** @attribute GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe") */
/** @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 class VsaModule extends Attribute
AttributeUsageAttribute(AttributeTargets.All) GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe") 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 class VsaModule extends Attribute
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: