Edit

GitPathToItemsCollection Constructors

Definition

Overloads

GitPathToItemsCollection()

public GitPathToItemsCollection();
Public Sub New ()

Applies to

GitPathToItemsCollection(ISecuredObject)

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

Parameters

securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to