CodeContainerSourceControlProperties.WithRepositoryRootFullPath Method
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.
Returns an instance of CodeContainerSourceControlProperties whose RepositoryRootFullPath is set to repositoryRootFullPath
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerSourceControlProperties ^ WithRepositoryRootFullPath(System::String ^ repositoryRootFullPath);
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerSourceControlProperties WithRepositoryRootFullPath(std::wstring const & repositoryRootFullPath);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties WithRepositoryRootFullPath (string repositoryRootFullPath);
member this.WithRepositoryRootFullPath : string -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties
Public Function WithRepositoryRootFullPath (repositoryRootFullPath As String) As CodeContainerSourceControlProperties
Parameters
- repositoryRootFullPath
- String
The full path of the root directory.
Returns
Exceptions
Thrown if repositoryRootFullPath
is null.
Thrown if repositoryRootFullPath
is empty or whitespace.