DemandFeatureAttribute Constructor (array<String )
Constructs a feature demand attribute for any one of the listed features identified by their ID
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
ParamArray featureIds As String() _
)
public DemandFeatureAttribute(
params string[] featureIds
)
public:
DemandFeatureAttribute(
... array<String^>^ featureIds
)
new :
featureIds:string[] -> DemandFeatureAttribute
public function DemandFeatureAttribute(
... featureIds : String[]
)
Parameters
featureIds
Type: array<System.String[]The list of feature identifiers, any of which will satisfy the demand
.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.