CodeContainerLocalProperties.WithFullPath(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Exceptions
Levée si fullPath a la valeur null.
Levée si fullPath est vide ou n’est pas un espace.