CodeContainerLocalProperties.WithFullPath(String) Méthode

Définition

Retourne une CodeContainerLocalProperties instance dont FullPath la propriété a la valeur fournie 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

Paramètres

fullPath
String

Chemin d’accès complet sur le disque

Retours

CodeContainerLocalProperties

Exceptions

Levée si fullPath a la valeur null.

Levée si fullPath est vide ou n’est pas un espace.

S’applique à