ProvideFileSystemProviderAttribute Constructeurs
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.
Surcharges
| ProvideFileSystemProviderAttribute(String, String) |
Initialise une instance de. ProvideFileSystemProviderAttribute |
| ProvideFileSystemProviderAttribute(String, String, String) |
Initialise une instance de. ProvideFileSystemProviderAttribute |
ProvideFileSystemProviderAttribute(String, String)
Initialise une instance de. ProvideFileSystemProviderAttribute
public:
ProvideFileSystemProviderAttribute(System::String ^ scheme, System::String ^ name);
public ProvideFileSystemProviderAttribute (string scheme, string name);
new Microsoft.VisualStudio.Shell.ProvideFileSystemProviderAttribute : string * string -> Microsoft.VisualStudio.Shell.ProvideFileSystemProviderAttribute
Public Sub New (scheme As String, name As String)
Paramètres
- scheme
- String
Schéma pris en charge par le fournisseur de système de fichiers. Le schéma ne doit pas contenir d’espace blanc ou inclure le délimiteur de schéma « :// ».
S’applique à
ProvideFileSystemProviderAttribute(String, String, String)
Initialise une instance de. ProvideFileSystemProviderAttribute
public:
ProvideFileSystemProviderAttribute(System::String ^ scheme, System::String ^ name, System::String ^ version);
public ProvideFileSystemProviderAttribute (string scheme, string name, string? version);
new Microsoft.VisualStudio.Shell.ProvideFileSystemProviderAttribute : string * string * string -> Microsoft.VisualStudio.Shell.ProvideFileSystemProviderAttribute
Public Sub New (scheme As String, name As String, version As String)
Paramètres
- scheme
- String
Schéma pris en charge par le fournisseur de système de fichiers. Le schéma ne doit pas contenir d’espace blanc ou inclure le délimiteur de schéma « :// ».