Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
fieldDefinitions As FieldDefinitionCollection, _
wiql As String _
)
public ResultOptions(
FieldDefinitionCollection fieldDefinitions,
string wiql
)
public:
ResultOptions(
FieldDefinitionCollection^ fieldDefinitions,
String^ wiql
)
new :
fieldDefinitions:FieldDefinitionCollection *
wiql:string -> ResultOptions
public function ResultOptions(
fieldDefinitions : FieldDefinitionCollection,
wiql : String
)
Parameters
- fieldDefinitions
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionCollection
- wiql
Type: System.String
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace