Share via


DemandFeatureAttribute Constructor (array<Guid )

Constructs a feature demand attribute for any one of the listed features identified by their GUIDs

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    ParamArray features As Guid() _
)
public DemandFeatureAttribute(
    params Guid[] features
)
public:
DemandFeatureAttribute(
    ... array<Guid>^ features
)
new : 
        features:Guid[] -> DemandFeatureAttribute
public function DemandFeatureAttribute(
    ... features : Guid[]
)

Parameters

.NET Framework Security

See Also

Reference

DemandFeatureAttribute Class

DemandFeatureAttribute Overload

Microsoft.TeamFoundation.Server.Core Namespace