CodeContainerSourceControlProperties Class
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.
Properties of a Code Container that pertain to source control, e.g. VCS name, root path of repository ... etc.
public ref class CodeContainerSourceControlProperties
[Windows::Foundation::Metadata::WebHostHidden]
class CodeContainerSourceControlProperties
public class CodeContainerSourceControlProperties
type CodeContainerSourceControlProperties = class
Public Class CodeContainerSourceControlProperties
- Inheritance
-
CodeContainerSourceControlProperties
Constructors
CodeContainerSourceControlProperties(String, String, Guid) |
Initializes a new instance of CodeContainerSourceControlProperties. |
Properties
RepositoryName |
Name of Code Container repository. |
RepositoryRootFullPath |
The Full path of the root directory of this CodeContainer. |
SccProvider |
Source Control Provider ID. |
Methods
WithRepositoryName(String) |
Returns an instance of CodeContainerSourceControlProperties whose RepositoryName is set to |
WithRepositoryRootFullPath(String) |
Returns an instance of CodeContainerSourceControlProperties whose RepositoryRootFullPath is set to |
WithSccProvider(Guid) |
Returns an instance of CodeContainerSourceControlProperties whose SccProvider is set to |