CodeContainerLocalProperties 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 CodeContainerLocalProperties.
public:
CodeContainerLocalProperties(System::String ^ fullPath, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerSourceControlProperties ^ sourceControlProperties);
CodeContainerLocalProperties(std::wstring const & fullPath, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerSourceControlProperties const & sourceControlProperties);
public CodeContainerLocalProperties (string fullPath, Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType type, Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties sourceControlProperties);
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties : string * Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType * Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerSourceControlProperties -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties
Public Sub New (fullPath As String, type As CodeContainerType, sourceControlProperties As CodeContainerSourceControlProperties)
Parameters
- fullPath
- String
The full path on disk.
- type
- CodeContainerType
Type, e.g. solution, folder.
- sourceControlProperties
- CodeContainerSourceControlProperties
Source Control properties.
Exceptions
Thrown if fullPath
is null.
Thrown if fullPath
is either empty or whitespace.