ExtractedClassName Structure

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Extracts a class name from a language source file.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Structure ExtractedClassName
public struct ExtractedClassName
public value class ExtractedClassName
[<Sealed>]
type ExtractedClassName =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The ExtractedClassName type exposes the following members.

Properties

  Name Description
Public property IsInsideConditionalBlock Infrastructure. Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Public property Name Infrastructure. Gets or sets the extracted class name.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

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

Microsoft.Build.Tasks Namespace