WorkItemInformationProvider Constructor (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 New ( _
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 WorkItemInformationProvider(
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:
WorkItemInformationProvider(
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.")>]
new :
form:WorkItemFormControl *
defaultMessage:string *
alternateId:string -> WorkItemInformationProvider
public function WorkItemInformationProvider(
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
WorkItemInformationProvider Class
WorkItemInformationProvider Overload
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace