CommandLineArguments.KeyFileSearchPaths Propriété
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.
Séquence de chemins absolus utilisés pour rechercher des fichiers clés.
public:
property System::Collections::Immutable::ImmutableArray<System::String ^> KeyFileSearchPaths { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> KeyFileSearchPaths { get; }
member this.KeyFileSearchPaths : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property KeyFileSearchPaths As ImmutableArray(Of String)