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
- features
Type: array<System.Guid[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.