CodeContainerSourceControlProperties(String, String, Guid) Constructor

Definition

Initializes a new instance of CodeContainerSourceControlProperties.

public:
 CodeContainerSourceControlProperties(System::String ^ repositoryName, System::String ^ repositoryRootFullPath, Guid sccProvider);
public CodeContainerSourceControlProperties (string repositoryName, string repositoryRootFullPath, Guid sccProvider);
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties : string * string * Guid -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties
Public Sub New (repositoryName As String, repositoryRootFullPath As String, sccProvider As Guid)

Parameters

repositoryName
String
repositoryRootFullPath
String

The full path of the root directory.

sccProvider
Guid

Source Control Provider ID.

Exceptions

Thrown if repositoryRootFullPath is null.

Thrown if either repositoryRootFullPath or sccProvider is empty or whitespace.

Applies to