RemoteCodeContainer.WithName(String) Método

Definição

Retorna uma instância de RemoteCodeContainer cujo Name é igual a 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

Parâmetros

name
String

Nome

Retornos

RemoteCodeContainer

Exceções

Gerado se name for nulo.

Gerado se name estiver vazio ou em espaço em branco.

Aplica-se a