CodeContainerLocalProperties 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 its presence on the file-system.
public ref class CodeContainerLocalProperties sealed
public ref class CodeContainerLocalProperties sealed
class CodeContainerLocalProperties sealed
public sealed class CodeContainerLocalProperties
type CodeContainerLocalProperties = class
Public NotInheritable Class CodeContainerLocalProperties
- Inheritance
-
CodeContainerLocalProperties
Constructors
CodeContainerLocalProperties(String, CodeContainerType, CodeContainerSourceControlProperties) |
Initializes a new instance of CodeContainerLocalProperties. |
Properties
FullPath |
Location on disk. |
SourceControl |
Source Control properties of a CodeContainer, e.g. VCS type. |
Type |
Type of CodeContainer, e.g. solution, folder. |
Methods
WithFullPath(String) |
Returns a CodeContainerLocalProperties instance whose FullPath is set to the supplied |
WithSourceControl(CodeContainerSourceControlProperties) |
Returns a CodeContainerLocalProperties instance whose SourceControl is set to the supplied |
WithType(CodeContainerType) |
Returns a CodeContainerLocalProperties instance whose Type is set to the supplied |