Bagikan melalui


ExtractedClassName.IsInsideConditionalBlock Property

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

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.

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

Syntax

'Declaration
Public Property IsInsideConditionalBlock As Boolean
public bool IsInsideConditionalBlock { get; set; }
public:
property bool IsInsideConditionalBlock {
    bool get ();
    void set (bool value);
}
member IsInsideConditionalBlock : bool with get, set
function get IsInsideConditionalBlock () : boolean 
function set IsInsideConditionalBlock (value : boolean)

Property Value

Type: System.Boolean
true to indicate the extracted class name exists inside a block of conditionally compiled code; otherwise, false.

.NET Framework Security

See Also

Reference

ExtractedClassName Structure

Microsoft.Build.Tasks Namespace