CmisProvider.CmisProvider.NewDrive C# (CSharp) Méthode

NewDrive() protected méthode

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
Résultat System.Management.Automation.PSDriveInfo
        protected override PSDriveInfo NewDrive(PSDriveInfo drive)
        {
            return base.NewDrive(drive);
        }