This documentation is archived and is not being maintained.
IVbcHostObject2 Interface
Visual Studio 2010
Defines an interface that allows the Vbc task to communicate with the host integrated development environment (IDE).
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The IVbcHostObject2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BeginInitialization | Begins the initialization of the IVbcHostObject. (Inherited from IVbcHostObject.) |
![]() | Compile | Compiles the project. (Inherited from IVbcHostObject.) |
![]() | EndInitialization | Ends the initialization of the IVbcHostObject. (Inherited from IVbcHostObject.) |
![]() | IsDesignTime | Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode. (Inherited from IVbcHostObject.) |
![]() | IsUpToDate | Returns a value indicating whether the compiled project is up-to-date. (Inherited from IVbcHostObject.) |
![]() | SetAdditionalLibPaths | Specifies additional directories to search for references. (Inherited from IVbcHostObject.) |
![]() | SetAddModules | Specifies one or more modules to be part of the assembly. (Inherited from IVbcHostObject.) |
![]() | SetBaseAddress | Specifies the preferred base address at which to load a DLL. (Inherited from IVbcHostObject.) |
![]() | SetCodePage | Specifies the code page to use for all source code files in the compilation. (Inherited from IVbcHostObject.) |
![]() | SetDebugType | Specifies the debug type. (Inherited from IVbcHostObject.) |
![]() | SetDefineConstants | Specifies the preprocessor symbols to define. (Inherited from IVbcHostObject.) |
![]() | SetDelaySign | Specifies a value indicating whether to create a fully signed assembly. (Inherited from IVbcHostObject.) |
![]() | SetDisabledWarnings | Specifies the list of warnings to disable. (Inherited from IVbcHostObject.) |
![]() | SetDocumentationFile | Specifies the XML file in which to save processed documentation comments. (Inherited from IVbcHostObject.) |
![]() | SetErrorReport | Specifies a value that indicates how internal compiler errors are reported to Microsoft. (Inherited from IVbcHostObject.) |
![]() | SetFileAlignment | Specifies the size of sections in the output file. (Inherited from IVbcHostObject.) |
![]() | SetGenerateDocumentation | Specifies a value indicating whether to generate documentation and place it in an XML file with the name of the executable file or library that the compiler is creating. (Inherited from IVbcHostObject.) |
![]() | SetImports | Specifies the namespaces to import. (Inherited from IVbcHostObject.) |
![]() | SetKeyContainer | Specifies the name of the cryptographic key container. (Inherited from IVbcHostObject.) |
![]() | SetKeyFile | Specifies the file name containing the cryptographic key. (Inherited from IVbcHostObject.) |
![]() | SetLinkResources | Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file. (Inherited from IVbcHostObject.) |
![]() | SetMainEntryPoint | Specifies the class or module that contains the location of the Sub Main procedure. (Inherited from IVbcHostObject.) |
![]() | SetModuleAssemblyName | Specifies the name of the module file. |
![]() | SetNoConfig | Specifies a value indicating whether to prevent the compiler from compiling with the vbc.rsp file. (Inherited from IVbcHostObject.) |
![]() | SetNoStandardLib | Specifies a value indicating whether to prevent the import of mscorlib.dll. (Inherited from IVbcHostObject.) |
![]() | SetNoWarnings | Specifies a value indicating whether the compiler supresses all warnings. (Inherited from IVbcHostObject.) |
![]() | SetOptimize | Specifies a value indicating whether to enable optimizations. (Inherited from IVbcHostObject.) |
![]() | SetOptionCompare | Specifies a value indicating how the compiler makes string comparisons. (Inherited from IVbcHostObject.) |
![]() | SetOptionExplicit | Specifies a value indicating whether the explicit declaration of variables is required. (Inherited from IVbcHostObject.) |
![]() | SetOptionInfer | Specifies a value indicating whether variable types must be explicitly declared. |
![]() | SetOptionStrict | Specifies a value indicating whether the compiler enforces strict type semantics to restrict implicit type conversions. (Inherited from IVbcHostObject.) |
![]() | SetOptionStrictType | Specifies that the compiler should warn when strict language semantics are not respected. (Inherited from IVbcHostObject.) |
![]() | SetOutputAssembly | Specifies the name of the output file. (Inherited from IVbcHostObject.) |
![]() | SetPlatform | Specifies the processor platform to be targeted by the output file. (Inherited from IVbcHostObject.) |
![]() | SetReferences | Specifies the items from which to import public type information into the current project. (Inherited from IVbcHostObject.) |
![]() | SetRemoveIntegerChecks | Specifies a value indicating whether to disable integer overflow error checks. (Inherited from IVbcHostObject.) |
![]() | SetResources | Specifies the .NET Framework resources to embed into the output file. (Inherited from IVbcHostObject.) |
![]() | SetResponseFiles | Specifies the response files that contain commands for the compiler. (Inherited from IVbcHostObject.) |
![]() | SetRootNamespace | Specifies the root namespace for all type declarations. (Inherited from IVbcHostObject.) |
![]() | SetSdkPath | Specifies the location of mscorlib.dll and microsoft.visualbasic.dll. (Inherited from IVbcHostObject.) |
![]() | SetSources | Specifies one or more Visual Basic source files. (Inherited from IVbcHostObject.) |
![]() | SetTargetCompactFramework | Specifies a value indicating whether to target the .NET Compact Framework. (Inherited from IVbcHostObject.) |
![]() | SetTargetType | Specifies the file format of the output file. (Inherited from IVbcHostObject.) |
![]() | SetTreatWarningsAsErrors | Specifies a value indicating whether to treat all warnings as errors. (Inherited from IVbcHostObject.) |
![]() | SetWarningsAsErrors | Specifies a list of warnings to treat as errors. (Inherited from IVbcHostObject.) |
![]() | SetWarningsNotAsErrors | Specifies a list of warnings that are not treated as errors. (Inherited from IVbcHostObject.) |
![]() | SetWin32Icon | Specifies an .ico file to insert into the assembly. (Inherited from IVbcHostObject.) |
![]() | SetWin32Manifest | Sets a Win32 manifest to use. |
![]() | SetWin32Resource | Specifies a Win32 resource (.res) file to insert into the output file. (Inherited from IVbcHostObject.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
