WorkItemInformationBar.Refresh-Methode (WorkItemFormControl, String, String)
Hinweis: Diese API ist mittlerweile veraltet.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed in the next release. Use the overload that takes a reference to Microsoft.TeamFoundation.WorkItemTracking.WpfControls.WorkItemControl instead.")> _
Public Sub Refresh ( _
form As WorkItemFormControl, _
defaultMessage As String, _
alternateId As String _
)
[ObsoleteAttribute("This method will be removed in the next release. Use the overload that takes a reference to Microsoft.TeamFoundation.WorkItemTracking.WpfControls.WorkItemControl instead.")]
public void Refresh(
WorkItemFormControl form,
string defaultMessage,
string alternateId
)
Parameter
- defaultMessage
Typ: System.String
- alternateId
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.TeamFoundation.WorkItemTracking.Controls-Namespace