Share via


BuildWarningWithLocationEventArgs Class

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicClassBuildWarningWithLocationEventArgs _
    InheritsBuildWarningEventArgs _
    ImplementsIBuildWithLocationEventArgs
'Usage
DiminstanceAsBuildWarningWithLocationEventArgs
publicclassBuildWarningWithLocationEventArgs : BuildWarningEventArgs, 
    IBuildWithLocationEventArgs
publicref classBuildWarningWithLocationEventArgs : publicBuildWarningEventArgs, 
    IBuildWithLocationEventArgs
publicclass BuildWarningWithLocationEventArgs extendsBuildWarningEventArgsimplementsIBuildWithLocationEventArgs

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.Build.Framework. . :: . .BuildEventArgs
      Microsoft.Build.Framework. . :: . .LazyFormattedBuildEventArgs
        Microsoft.Build.Framework. . :: . .BuildWarningEventArgs
          System.Dataflow..::..BuildWarningWithLocationEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BuildWarningWithLocationEventArgs Members

System.Dataflow Namespace