|
System::ContextStaticAttribute Class Reference More.
|
|
system.contextstaticattribute()> _ Public WithEvents BuildEvents As EnvDTE.BuildEvents Private Sub BuildEvents_OnBuildProjConfigDone( _ ByVal Project As String, ByVal ProjectConfig As ...
|
|
Option Strict Off Option Explicit Off Imports EnvDTE Imports System.Diagnostics Imports System.ContextStaticAttribute Public Module EnvironmentEvents Public WithEvents ...
|
|
One of the annoying things with VS.NET is that if you choose to do a build and an error occurs way up the 'build tree', VS.Net will continue to try and build all the child projects ...
|
|
Region "Automatically generated code, do not modify" 'Automatically generated code, do not modify 'Event Sources Begin Public WithEvents ...
|
|
Documentation for this section has not yet been entered. See Also: ContextStaticAttribute Members. System.Object System.Attribute System.ContextStaticAttribute
|
|
The members of System.ContextStaticAttribute are listed below. See Also: Inherited members from System.Attribute [ ...
|