CodeContainerSourceControlProperties(String, String, Guid) Constructor    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.