WorkItemInformationBar.Refresh 方法 (WorkItemFormControl, String, String)
注意:這個應用程式開發介面現在已經過時。
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Controls
組件: Microsoft.TeamFoundation.WorkItemTracking.Controls (在 Microsoft.TeamFoundation.WorkItemTracking.Controls.dll 中)
語法
'宣告
<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
)
參數
- defaultMessage
類型:System.String
- alternateId
類型:System.String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。