ProjectPropertyGroupTaskInstance Class

Wraps an unevaluated propertygroup under a target. Immutable.

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.

Inheritance Hierarchy

System.Object
  Microsoft.Build.Execution.ProjectTargetInstanceChild
    Microsoft.Build.Execution.ProjectPropertyGroupTaskInstance

Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Class ProjectPropertyGroupTaskInstance _
    Inherits ProjectTargetInstanceChild
public class ProjectPropertyGroupTaskInstance : ProjectTargetInstanceChild
public ref class ProjectPropertyGroupTaskInstance : public ProjectTargetInstanceChild
type ProjectPropertyGroupTaskInstance =  
    class 
        inherit ProjectTargetInstanceChild 
    end
public class ProjectPropertyGroupTaskInstance extends ProjectTargetInstanceChild

The ProjectPropertyGroupTaskInstance type exposes the following members.

Properties

  Name Description
Public property Condition Gets or sets the Condition attribute of this property group.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. (Overrides ProjectTargetInstanceChild.Condition.)
Public property ConditionLocation Gets the location of the Condition attribute.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. (Overrides ProjectTargetInstanceChild.ConditionLocation.)
Public property FullPath Gets the full path to the file from which this task originated. 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. (Inherited from ProjectTargetInstanceChild.)
Public property Location Gets the location of the element itself.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. (Overrides ProjectTargetInstanceChild.Location.)
Public property Properties Gets all child properties in this property group.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 Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.Execution Namespace