ProvideFileSystemProviderAttribute.RegValueNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class containing the names of the registry values for file system provider registration entries.
public: ref class ProvideFileSystemProviderAttribute::RegValueNames abstract sealed
public static class ProvideFileSystemProviderAttribute.RegValueNames
type ProvideFileSystemProviderAttribute.RegValueNames = class
Public Class ProvideFileSystemProviderAttribute.RegValueNames
- Inheritance
-
ProvideFileSystemProviderAttribute.RegValueNames
Fields
IsDisplayInfoProvider |
The registry value to indicate whether the file system provider supports IUriDisplayInfoProvider. |
IsRemoteProvider |
The registry value to indicate whether the file system provider supports IRemoteFileSystemProvider. |
Scheme |
The registry value to store the URI scheme (e.g. "ftp") supported by the file system provider. If this registry value is present, then the service is considered a file system provider. |
UIContextGuid |
The registry value to store the UI context Guid for the file system provider. If this registry value is present, then the file system provider is only loaded when the UI context is added. |