WorkItemInformationBar.Refresh Method (WorkItemFormControl, String, String)
Note: This API is now obsolete.
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
)
[ObsoleteAttribute(L"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
)
[<ObsoleteAttribute("This method will be removed in the next release. Use the overload that takes a reference to Microsoft.TeamFoundation.WorkItemTracking.WpfControls.WorkItemControl instead.")>]
member Refresh :
form:WorkItemFormControl *
defaultMessage:string *
alternateId:string -> unit
public function Refresh(
form : WorkItemFormControl,
defaultMessage : String,
alternateId : String
)
Parameters
- defaultMessage
Type: System.String
- alternateId
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