RemoteCodeContainer.WithName(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 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.