Share via


RemoteCodeContainer.WithName(String) Method

Definition

Returns an instance of RemoteCodeContainer whose Name is equal to name.

public:
 Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ WithName(System::String ^ name);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer WithName (string name);
member this.WithName : string -> Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer
Public Function WithName (name As String) As RemoteCodeContainer

Parameters

name
String

Name.

Returns

Exceptions

Thrown if name is null.

Thrown if name is empty or whitespace.

Applies to