CodeContainerLocalProperties.WithFullPath(String) 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 a CodeContainerLocalProperties instance whose FullPath is set to the supplied fullPath
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties ^ WithFullPath(System::String ^ fullPath);
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties ^ WithFullPath(Platform::String ^ fullPath);
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties WithFullPath(std::wstring const & fullPath);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties WithFullPath (string fullPath);
member this.WithFullPath : string -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties
Public Function WithFullPath (fullPath As String) As CodeContainerLocalProperties
Parameters
- fullPath
- String
Full path on disk.
Returns
Exceptions
Thrown if fullPath
is null.
Thrown if fullPath
is either empty or whitespace.