WorkItemResultGrid.SetAllExpansion Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function SetAllExpansion ( _
expandAll As Boolean _
) As Boolean
public bool SetAllExpansion(
bool expandAll
)
public:
bool SetAllExpansion(
bool expandAll
)
member SetAllExpansion :
expandAll:bool -> bool
public function SetAllExpansion(
expandAll : boolean
) : boolean
Parameters
- expandAll
Type: System.Boolean
Return Value
Type: System.Boolean
Returns Boolean.
.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