Edit

Share via


WorkItemComments Constructors

Definition

Overloads

WorkItemComments()
WorkItemComments(ISecuredObject)

WorkItemComments()

public WorkItemComments ();
Public Sub New ()

Applies to

WorkItemComments(ISecuredObject)

public WorkItemComments (Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemComments : Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemComments
Public Sub New (securedObject As ISecuredObject)

Parameters

securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to