Edit

IdentityRefWithVote Constructors

Definition

Overloads

IdentityRefWithVote()

public IdentityRefWithVote();
Public Sub New ()

Applies to

IdentityRefWithVote(IdentityRef)

public IdentityRefWithVote(Microsoft.VisualStudio.Services.WebApi.IdentityRef identity);
new Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote : Microsoft.VisualStudio.Services.WebApi.IdentityRef -> Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote
Public Sub New (identity As IdentityRef)

Parameters

identity
Microsoft.VisualStudio.Services.WebApi.IdentityRef

Applies to