Share via


CodeContainerLocalProperties.WithFullPath(String) Method

Definition

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 fullPathis either empty or whitespace.

Applies to